Html Css Color HEX #024B91 Dark Cerulean

📋 copy color: '#024B91'

red 2 ◦ green 75 ◦ blue 145

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

Shades of Dark Cerulean #024B91

Tints of Dark Cerulean #024B91

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.78%

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

R = 0.9%
G = 33.78%
B = 65.32%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#024B91 (or 0x024B91) is known color: Dark Cerulean. HEX triplet: 02, 4B and 91. RGB value is (2,75,145). Sum of RGB (Red+Green+Blue) = 2+75+145=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #024B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B91 is #FDB46E. Grayscale: #3C3C3C. Windows color (decimal): -16626799 or 9521922. OLE color: 9521922.

HSL color Cylindrical-coordinate representation of color #024B91: hue angle of 209.37º 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 #024B91 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 75 145 -
CMYK 0.99 0.48 0 0.43
HSL 209.37º 0.97% 0.29% -
HSV(B) 209.37º 0.99% 0.57% -
XYZ 7.65 7.09 27.75 -
YUV 61.15 175.32 85.81 -
System Red Green Blue C M Y K H S L
Decimal 2 75 145 0.99 0.48 0 0.43 209.37 0.97 0.29
Hex 2 4B 91 63 30 0 2B D1 61 1D
Octal 2 113 221 143 60 0 53 321 141 35
Binary 10 1001011 10010001 1100011 110000 0 101011 11010001 1100001 11101

Color Harmonies of #024B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B91

Black with #024B91

Text Example


Text Example

White with #024B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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