Html Css Color HEX #202497 Ultramarine

📋 copy color: '#202497'

red 32 ◦ green 36 ◦ blue 151

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

Shades of Ultramarine #202497

Tints of Ultramarine #202497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 68.95%

R = 14.61%
G = 16.44%
B = 68.95%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#202497 (or 0x202497) is known color: Ultramarine. HEX triplet: 20, 24 and 97. RGB value is (32,36,151). Sum of RGB (Red+Green+Blue) = 32+36+151=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #202497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202497 is #DFDB68. Grayscale: #2F2F2F. Windows color (decimal): -14670697 or 9905184. OLE color: 9905184.

HSL color Cylindrical-coordinate representation of color #202497: hue angle of 237.98º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202497 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 36 151 -
CMYK 0.79 0.76 0 0.41
HSL 237.98º 0.65% 0.36% -
HSV(B) 237.98º 0.79% 0.59% -
XYZ 6.81 3.8 29.65 -
YUV 47.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 32 36 151 0.79 0.76 0 0.41 237.98 0.65 0.36
Hex 20 24 97 4F 4C 0 29 EE 41 24
Octal 40 44 227 117 114 0 51 356 101 44
Binary 100000 100100 10010111 1001111 1001100 0 101001 11101110 1000001 100100

Color Harmonies of #202497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202497

Black with #202497

Text Example


Text Example

White with #202497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202497; }

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

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

background-color css

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

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

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

border-color css

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

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

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