Html Css Color HEX #024C6F Dark Cerulean

📋 copy color: '#024C6F'

red 2 ◦ green 76 ◦ blue 111

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

Shades of Dark Cerulean #024C6F

Tints of Dark Cerulean #024C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.21%

 BLUE value IS 111 (43.75% from 255) = 58.73%

R = 1.06%
G = 40.21%
B = 58.73%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#024C6F (or 0x024C6F) is known color: Dark Cerulean. HEX triplet: 02, 4C and 6F. RGB value is (2,76,111). Sum of RGB (Red+Green+Blue) = 2+76+111=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #024C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C6F is #FDB390. Grayscale: #393939. Windows color (decimal): -16626577 or 7293954. OLE color: 7293954.

HSL color Cylindrical-coordinate representation of color #024C6F: hue angle of 199.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C6F is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 76 111 -
CMYK 0.98 0.32 0 0.56
HSL 199.27º 0.96% 0.22% -
HSV(B) 199.27º 0.98% 0.44% -
XYZ 5.48 6.33 15.97 -
YUV 57.86 157.98 88.15 -
System Red Green Blue C M Y K H S L
Decimal 2 76 111 0.98 0.32 0 0.56 199.27 0.96 0.22
Hex 2 4C 6F 62 20 0 38 C7 60 16
Octal 2 114 157 142 40 0 70 307 140 26
Binary 10 1001100 1101111 1100010 100000 0 111000 11000111 1100000 10110

Color Harmonies of #024C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C6F

Black with #024C6F

Text Example


Text Example

White with #024C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,76,111); }

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

background-color css

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

 a { background-color: rgb(2,76,111); }

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

border-color css

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

 span { border-color: rgb(2,76,111); }

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