Html Css Color HEX #024B6C Dark Cerulean

📋 copy color: '#024B6C'

red 2 ◦ green 75 ◦ blue 108

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

Shades of Dark Cerulean #024B6C

Tints of Dark Cerulean #024B6C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.54%

 BLUE value IS 108 (42.58% from 255) = 58.38%

R = 1.08%
G = 40.54%
B = 58.38%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#024B6C (or 0x024B6C) is known color: Dark Cerulean. HEX triplet: 02, 4B and 6C. RGB value is (2,75,108). Sum of RGB (Red+Green+Blue) = 2+75+108=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #024B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B6C is #FDB493. Grayscale: #383838. Windows color (decimal): -16626836 or 7097090. OLE color: 7097090.

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

Color convert

RGB 2 75 108 -
CMYK 0.98 0.31 0 0.58
HSL 198.68º 0.96% 0.22% -
HSV(B) 198.68º 0.98% 0.42% -
XYZ 5.25 6.13 15.09 -
YUV 56.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 2 75 108 0.98 0.31 0 0.58 198.68 0.96 0.22
Hex 2 4B 6C 62 1F 0 3A C7 60 16
Octal 2 113 154 142 37 0 72 307 140 26
Binary 10 1001011 1101100 1100010 11111 0 111010 11000111 1100000 10110

Color Harmonies of #024B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B6C

Black with #024B6C

Text Example


Text Example

White with #024B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,75,108); }

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

background-color css

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

 a { background-color: rgb(2,75,108); }

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

border-color css

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

 span { border-color: rgb(2,75,108); }

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