Html Css Color HEX #024F83 Dark Cerulean

📋 copy color: '#024F83'

red 2 ◦ green 79 ◦ blue 131

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

Shades of Dark Cerulean #024F83

Tints of Dark Cerulean #024F83

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.26%

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

R = 0.94%
G = 37.26%
B = 61.79%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024F83 (or 0x024F83) is known color: Dark Cerulean. HEX triplet: 02, 4F and 83. RGB value is (2,79,131). Sum of RGB (Red+Green+Blue) = 2+79+131=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #024F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F83 is #FDB07C. Grayscale: #3D3D3D. Windows color (decimal): -16625789 or 8605442. OLE color: 8605442.

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

Color convert

RGB 2 79 131 -
CMYK 0.98 0.40 0 0.49
HSL 204.19º 0.97% 0.26% -
HSV(B) 204.19º 0.98% 0.51% -
XYZ 6.92 7.24 22.51 -
YUV 61.91 166.99 85.27 -
System Red Green Blue C M Y K H S L
Decimal 2 79 131 0.98 0.40 0 0.49 204.19 0.97 0.26
Hex 2 4F 83 62 28 0 31 CC 61 1A
Octal 2 117 203 142 50 0 61 314 141 32
Binary 10 1001111 10000011 1100010 101000 0 110001 11001100 1100001 11010

Color Harmonies of #024F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F83

Black with #024F83

Text Example


Text Example

White with #024F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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