Html Css Color HEX #202492 Ultramarine

📋 copy color: '#202492'

red 32 ◦ green 36 ◦ blue 146

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

Shades of Ultramarine #202492

Tints of Ultramarine #202492

RGB

 RED value IS 32 (12.89% from 255) = 14.95%

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 14.95%
G = 16.82%
B = 68.22%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#202492 (or 0x202492) is known color: Ultramarine. HEX triplet: 20, 24 and 92. RGB value is (32,36,146). Sum of RGB (Red+Green+Blue) = 32+36+146=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #202492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202492 is #DFDB6D. Grayscale: #2E2E2E. Windows color (decimal): -14670702 or 9577504. OLE color: 9577504.

HSL color Cylindrical-coordinate representation of color #202492: hue angle of 237.89º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202492 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 36 146 -
CMYK 0.78 0.75 0 0.43
HSL 237.89º 0.64% 0.35% -
HSV(B) 237.89º 0.78% 0.57% -
XYZ 6.41 3.64 27.56 -
YUV 47.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 32 36 146 0.78 0.75 0 0.43 237.89 0.64 0.35
Hex 20 24 92 4E 4B 0 2B EE 40 23
Octal 40 44 222 116 113 0 53 356 100 43
Binary 100000 100100 10010010 1001110 1001011 0 101011 11101110 1000000 100011

Color Harmonies of #202492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202492

Black with #202492

Text Example


Text Example

White with #202492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202492; }

 p { color: rgb(32,36,146); }

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

background-color css

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

 a { background-color: rgb(32,36,146); }

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

border-color css

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

 span { border-color: rgb(32,36,146); }

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