Html Css Color HEX #024880 Dark Cerulean

📋 copy color: '#024880'

red 2 ◦ green 72 ◦ blue 128

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

Shades of Dark Cerulean #024880

Tints of Dark Cerulean #024880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 63.37%

R = 0.99%
G = 35.64%
B = 63.37%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#024880 (or 0x024880) is known color: Dark Cerulean. HEX triplet: 02, 48 and 80. RGB value is (2,72,128). Sum of RGB (Red+Green+Blue) = 2+72+128=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #024880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024880 is #FDB77F. Grayscale: #393939. Windows color (decimal): -16627584 or 8407042. OLE color: 8407042.

HSL color Cylindrical-coordinate representation of color #024880: hue angle of 206.67º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024880 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 72 128 -
CMYK 0.98 0.44 0 0.50
HSL 206.67º 0.97% 0.25% -
HSV(B) 206.67º 0.98% 0.5% -
XYZ 6.24 6.21 21.29 -
YUV 57.45 167.81 88.45 -
System Red Green Blue C M Y K H S L
Decimal 2 72 128 0.98 0.44 0 0.50 206.67 0.97 0.25
Hex 2 48 80 62 2C 0 32 CF 61 19
Octal 2 110 200 142 54 0 62 317 141 31
Binary 10 1001000 10000000 1100010 101100 0 110010 11001111 1100001 11001

Color Harmonies of #024880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024880

Black with #024880

Text Example


Text Example

White with #024880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024880; }

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

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

background-color css

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

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

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

border-color css

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

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

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