Html Css Color HEX #024B74 Dark Cerulean

📋 copy color: '#024B74'

red 2 ◦ green 75 ◦ blue 116

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

Shades of Dark Cerulean #024B74

Tints of Dark Cerulean #024B74

RGB

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

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

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

R = 1.04%
G = 38.86%
B = 60.1%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024B74 (or 0x024B74) is known color: Dark Cerulean. HEX triplet: 02, 4B and 74. RGB value is (2,75,116). Sum of RGB (Red+Green+Blue) = 2+75+116=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #024B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B74 is #FDB48B. Grayscale: #393939. Windows color (decimal): -16626828 or 7621378. OLE color: 7621378.

HSL color Cylindrical-coordinate representation of color #024B74: hue angle of 201.58º 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 #024B74 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 75 116 -
CMYK 0.98 0.35 0 0.55
HSL 201.58º 0.97% 0.23% -
HSV(B) 201.58º 0.98% 0.45% -
XYZ 5.69 6.31 17.44 -
YUV 57.85 160.82 88.17 -
System Red Green Blue C M Y K H S L
Decimal 2 75 116 0.98 0.35 0 0.55 201.58 0.97 0.23
Hex 2 4B 74 62 23 0 37 CA 61 17
Octal 2 113 164 142 43 0 67 312 141 27
Binary 10 1001011 1110100 1100010 100011 0 110111 11001010 1100001 10111

Color Harmonies of #024B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B74

Black with #024B74

Text Example


Text Example

White with #024B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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