Html Css Color HEX #024974 Dark Cerulean

📋 copy color: '#024974'

red 2 ◦ green 73 ◦ blue 116

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

Shades of Dark Cerulean #024974

Tints of Dark Cerulean #024974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.22%

 BLUE value IS 116 (45.7% from 255) = 60.73%

R = 1.05%
G = 38.22%
B = 60.73%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024974 (or 0x024974) is known color: Dark Cerulean. HEX triplet: 02, 49 and 74. RGB value is (2,73,116). Sum of RGB (Red+Green+Blue) = 2+73+116=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #024974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024974 is #FDB68B. Grayscale: #383838. Windows color (decimal): -16627340 or 7620866. OLE color: 7620866.

HSL color Cylindrical-coordinate representation of color #024974: hue angle of 202.63º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024974 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 73 116 -
CMYK 0.98 0.37 0 0.55
HSL 202.63º 0.97% 0.23% -
HSV(B) 202.63º 0.98% 0.45% -
XYZ 5.56 6.04 17.4 -
YUV 56.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 2 73 116 0.98 0.37 0 0.55 202.63 0.97 0.23
Hex 2 49 74 62 25 0 37 CB 61 17
Octal 2 111 164 142 45 0 67 313 141 27
Binary 10 1001001 1110100 1100010 100101 0 110111 11001011 1100001 10111

Color Harmonies of #024974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024974

Black with #024974

Text Example


Text Example

White with #024974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024974; }

 p { color: rgb(2,73,116); }

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

background-color css

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

 a { background-color: rgb(2,73,116); }

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

border-color css

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

 span { border-color: rgb(2,73,116); }

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