Html Css Color HEX #230592 Ultramarine

📋 copy color: '#230592'

red 35 ◦ green 5 ◦ blue 146

#230592
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #230592

Tints of Ultramarine #230592

RGB

 RED value IS 35 (14.06% from 255) = 18.82%

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 146 (57.42% from 255) = 78.49%

R = 18.82%
G = 2.69%
B = 78.49%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#230592 (or 0x230592) is known color: Ultramarine. HEX triplet: 23, 05 and 92. RGB value is (35,5,146). Sum of RGB (Red+Green+Blue) = 35+5+146=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 146 (57.42% from 255 or 78.49% from 186); Max value from RGB is 146 - color contains mainly: blue. Hex color #230592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230592 is #DCFA6D. Grayscale: #1D1D1D. Windows color (decimal): -14482030 or 9569571. OLE color: 9569571.

HSL color Cylindrical-coordinate representation of color #230592: hue angle of 252.77º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230592 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 5 146 -
CMYK 0.76 0.97 0 0.43
HSL 252.77º 0.93% 0.3% -
HSV(B) 252.77º 0.97% 0.57% -
XYZ 5.94 2.54 27.37 -
YUV 30.04 193.44 131.54 -
System Red Green Blue C M Y K H S L
Decimal 35 5 146 0.76 0.97 0 0.43 252.77 0.93 0.3
Hex 23 5 92 4C 61 0 2B FD 5D 1E
Octal 43 5 222 114 141 0 53 375 135 36
Binary 100011 101 10010010 1001100 1100001 0 101011 11111101 1011101 11110

Color Harmonies of #230592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230592

Black with #230592

Text Example


Text Example

White with #230592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230592; }

 p { color: rgb(35,5,146); }

 H1.HeaderClassName
 {
   color: #230592;
 }
 .AnyTagClassName
 {
   color: #230592;
 }
</style>

background-color css

<style>
 a { background-color: #230592; }

 a { background-color: rgb(35,5,146); }

 div.DivClassName
 {
   background-color: #230592;
 }
 .BgClassName
 {
   background-color: #230592;
 }
</style>

border-color css

<style>
 span { border-color: #230592; }

 span { border-color: rgb(35,5,146); }

 td.TdClassName
 {
   border-color: #230592;
 }
 .TagClassName
 {
   border-color: #230592;
 }
</style>