Html Css Color HEX #024874 Dark Cerulean

📋 copy color: '#024874'

red 2 ◦ green 72 ◦ blue 116

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

Shades of Dark Cerulean #024874

Tints of Dark Cerulean #024874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

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

R = 1.05%
G = 37.89%
B = 61.05%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024874 (or 0x024874) is known color: Dark Cerulean. HEX triplet: 02, 48 and 74. RGB value is (2,72,116). Sum of RGB (Red+Green+Blue) = 2+72+116=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #024874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024874 is #FDB78B. Grayscale: #373737. Windows color (decimal): -16627596 or 7620610. OLE color: 7620610.

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

Color convert

RGB 2 72 116 -
CMYK 0.98 0.38 0 0.55
HSL 203.16º 0.97% 0.23% -
HSV(B) 203.16º 0.98% 0.45% -
XYZ 5.49 5.91 17.37 -
YUV 56.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 2 72 116 0.98 0.38 0 0.55 203.16 0.97 0.23
Hex 2 48 74 62 26 0 37 CB 61 17
Octal 2 110 164 142 46 0 67 313 141 27
Binary 10 1001000 1110100 1100010 100110 0 110111 11001011 1100001 10111

Color Harmonies of #024874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024874

Black with #024874

Text Example


Text Example

White with #024874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024874; }

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

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

background-color css

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

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

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

border-color css

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

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

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