Html Css Color HEX #024B6B Dark Cerulean

📋 copy color: '#024B6B'

red 2 ◦ green 75 ◦ blue 107

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

Shades of Dark Cerulean #024B6B

Tints of Dark Cerulean #024B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 58.15%

R = 1.09%
G = 40.76%
B = 58.15%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#024B6B (or 0x024B6B) is known color: Dark Cerulean. HEX triplet: 02, 4B and 6B. RGB value is (2,75,107). Sum of RGB (Red+Green+Blue) = 2+75+107=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #024B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B6B is #FDB494. Grayscale: #383838. Windows color (decimal): -16626837 or 7031554. OLE color: 7031554.

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

Color convert

RGB 2 75 107 -
CMYK 0.98 0.30 0 0.58
HSL 198.29º 0.96% 0.21% -
HSV(B) 198.29º 0.98% 0.42% -
XYZ 5.19 6.11 14.81 -
YUV 56.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 2 75 107 0.98 0.30 0 0.58 198.29 0.96 0.21
Hex 2 4B 6B 62 1E 0 3A C6 60 15
Octal 2 113 153 142 36 0 72 306 140 25
Binary 10 1001011 1101011 1100010 11110 0 111010 11000110 1100000 10101

Color Harmonies of #024B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B6B

Black with #024B6B

Text Example


Text Example

White with #024B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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