Html Css Color HEX #024391 Dark Cerulean

📋 copy color: '#024391'

red 2 ◦ green 67 ◦ blue 145

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

Shades of Dark Cerulean #024391

Tints of Dark Cerulean #024391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

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

R = 0.93%
G = 31.31%
B = 67.76%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#024391 (or 0x024391) is known color: Dark Cerulean. HEX triplet: 02, 43 and 91. RGB value is (2,67,145). Sum of RGB (Red+Green+Blue) = 2+67+145=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #024391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024391 is #FDBC6E. Grayscale: #383838. Windows color (decimal): -16628847 or 9519874. OLE color: 9519874.

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

Color convert

RGB 2 67 145 -
CMYK 0.99 0.54 0 0.43
HSL 212.73º 0.97% 0.29% -
HSV(B) 212.73º 0.99% 0.57% -
XYZ 7.14 6.07 27.58 -
YUV 56.46 177.97 89.16 -
System Red Green Blue C M Y K H S L
Decimal 2 67 145 0.99 0.54 0 0.43 212.73 0.97 0.29
Hex 2 43 91 63 36 0 2B D5 61 1D
Octal 2 103 221 143 66 0 53 325 141 35
Binary 10 1000011 10010001 1100011 110110 0 101011 11010101 1100001 11101

Color Harmonies of #024391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024391

Black with #024391

Text Example


Text Example

White with #024391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024391; }

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

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

background-color css

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

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

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

border-color css

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

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

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