Html Css Color HEX #024083 Dark Cerulean

📋 copy color: '#024083'

red 2 ◦ green 64 ◦ blue 131

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

Shades of Dark Cerulean #024083

Tints of Dark Cerulean #024083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

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

R = 1.02%
G = 32.49%
B = 66.5%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024083 (or 0x024083) is known color: Dark Cerulean. HEX triplet: 02, 40 and 83. RGB value is (2,64,131). Sum of RGB (Red+Green+Blue) = 2+64+131=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #024083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024083 is #FDBF7C. Grayscale: #343434. Windows color (decimal): -16629629 or 8601602. OLE color: 8601602.

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

Color convert

RGB 2 64 131 -
CMYK 0.98 0.51 0 0.49
HSL 211.16º 0.97% 0.26% -
HSV(B) 211.16º 0.98% 0.51% -
XYZ 5.96 5.32 22.19 -
YUV 53.1 171.96 91.55 -
System Red Green Blue C M Y K H S L
Decimal 2 64 131 0.98 0.51 0 0.49 211.16 0.97 0.26
Hex 2 40 83 62 33 0 31 D3 61 1A
Octal 2 100 203 142 63 0 61 323 141 32
Binary 10 1000000 10000011 1100010 110011 0 110001 11010011 1100001 11010

Color Harmonies of #024083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024083

Black with #024083

Text Example


Text Example

White with #024083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024083; }

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

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

background-color css

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

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

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

border-color css

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

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

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