Html Css Color HEX #024869 Dark Cerulean

📋 copy color: '#024869'

red 2 ◦ green 72 ◦ blue 105

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

Shades of Dark Cerulean #024869

Tints of Dark Cerulean #024869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 58.66%

R = 1.12%
G = 40.22%
B = 58.66%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#024869 (or 0x024869) is known color: Dark Cerulean. HEX triplet: 02, 48 and 69. RGB value is (2,72,105). Sum of RGB (Red+Green+Blue) = 2+72+105=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #024869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024869 is #FDB796. Grayscale: #363636. Windows color (decimal): -16627607 or 6899714. OLE color: 6899714.

HSL color Cylindrical-coordinate representation of color #024869: hue angle of 199.22º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024869 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 72 105 -
CMYK 0.98 0.31 0 0.59
HSL 199.22º 0.96% 0.21% -
HSV(B) 199.22º 0.98% 0.41% -
XYZ 4.89 5.67 14.2 -
YUV 54.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 2 72 105 0.98 0.31 0 0.59 199.22 0.96 0.21
Hex 2 48 69 62 1F 0 3B C7 60 15
Octal 2 110 151 142 37 0 73 307 140 25
Binary 10 1001000 1101001 1100010 11111 0 111011 11000111 1100000 10101

Color Harmonies of #024869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024869

Black with #024869

Text Example


Text Example

White with #024869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024869; }

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

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

background-color css

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

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

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

border-color css

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

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

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