Html Css Color HEX #024D91 Dark Cerulean

📋 copy color: '#024D91'

red 2 ◦ green 77 ◦ blue 145

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

Shades of Dark Cerulean #024D91

Tints of Dark Cerulean #024D91

RGB

 RED value IS 2 (1.17% from 255) = 0.89%

 GREEN value IS 77 (30.47% from 255) = 34.38%

 BLUE value IS 145 (57.03% from 255) = 64.73%

R = 0.89%
G = 34.38%
B = 64.73%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#024D91 (or 0x024D91) is known color: Dark Cerulean. HEX triplet: 02, 4D and 91. RGB value is (2,77,145). Sum of RGB (Red+Green+Blue) = 2+77+145=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #024D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D91 is #FDB26E. Grayscale: #3D3D3D. Windows color (decimal): -16626287 or 9522434. OLE color: 9522434.

HSL color Cylindrical-coordinate representation of color #024D91: hue angle of 208.53º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024D91 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 77 145 -
CMYK 0.99 0.47 0 0.43
HSL 208.53º 0.97% 0.29% -
HSV(B) 208.53º 0.99% 0.57% -
XYZ 7.79 7.36 27.8 -
YUV 62.33 174.65 84.97 -
System Red Green Blue C M Y K H S L
Decimal 2 77 145 0.99 0.47 0 0.43 208.53 0.97 0.29
Hex 2 4D 91 63 2F 0 2B D1 61 1D
Octal 2 115 221 143 57 0 53 321 141 35
Binary 10 1001101 10010001 1100011 101111 0 101011 11010001 1100001 11101

Color Harmonies of #024D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D91

Black with #024D91

Text Example


Text Example

White with #024D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024D91; }

 p { color: rgb(2,77,145); }

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

background-color css

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

 a { background-color: rgb(2,77,145); }

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

border-color css

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

 span { border-color: rgb(2,77,145); }

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