Html Css Color HEX #024C6D Dark Cerulean

📋 copy color: '#024C6D'

red 2 ◦ green 76 ◦ blue 109

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

Shades of Dark Cerulean #024C6D

Tints of Dark Cerulean #024C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 58.29%

R = 1.07%
G = 40.64%
B = 58.29%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#024C6D (or 0x024C6D) is known color: Dark Cerulean. HEX triplet: 02, 4C and 6D. RGB value is (2,76,109). Sum of RGB (Red+Green+Blue) = 2+76+109=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #024C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C6D is #FDB392. Grayscale: #393939. Windows color (decimal): -16626579 or 7162882. OLE color: 7162882.

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

Color convert

RGB 2 76 109 -
CMYK 0.98 0.30 0 0.57
HSL 198.5º 0.96% 0.22% -
HSV(B) 198.5º 0.98% 0.43% -
XYZ 5.37 6.29 15.4 -
YUV 57.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 2 76 109 0.98 0.30 0 0.57 198.5 0.96 0.22
Hex 2 4C 6D 62 1E 0 39 C7 60 16
Octal 2 114 155 142 36 0 71 307 140 26
Binary 10 1001100 1101101 1100010 11110 0 111001 11000111 1100000 10110

Color Harmonies of #024C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C6D

Black with #024C6D

Text Example


Text Example

White with #024C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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