Html Css Color HEX #024883 Dark Cerulean

📋 copy color: '#024883'

red 2 ◦ green 72 ◦ blue 131

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

Shades of Dark Cerulean #024883

Tints of Dark Cerulean #024883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 63.9%

R = 0.98%
G = 35.12%
B = 63.9%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024883 (or 0x024883) is known color: Dark Cerulean. HEX triplet: 02, 48 and 83. RGB value is (2,72,131). Sum of RGB (Red+Green+Blue) = 2+72+131=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #024883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024883 is #FDB77C. Grayscale: #393939. Windows color (decimal): -16627581 or 8603650. OLE color: 8603650.

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

Color convert

RGB 2 72 131 -
CMYK 0.98 0.45 0 0.49
HSL 207.44º 0.97% 0.26% -
HSV(B) 207.44º 0.98% 0.51% -
XYZ 6.44 6.29 22.35 -
YUV 57.8 169.31 88.2 -
System Red Green Blue C M Y K H S L
Decimal 2 72 131 0.98 0.45 0 0.49 207.44 0.97 0.26
Hex 2 48 83 62 2D 0 31 CF 61 1A
Octal 2 110 203 142 55 0 61 317 141 32
Binary 10 1001000 10000011 1100010 101101 0 110001 11001111 1100001 11010

Color Harmonies of #024883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024883

Black with #024883

Text Example


Text Example

White with #024883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024883; }

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

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

background-color css

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

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

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

border-color css

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

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

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