Html Css Color HEX #024B6E Dark Cerulean

📋 copy color: '#024B6E'

red 2 ◦ green 75 ◦ blue 110

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

Shades of Dark Cerulean #024B6E

Tints of Dark Cerulean #024B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.82%

R = 1.07%
G = 40.11%
B = 58.82%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#024B6E (or 0x024B6E) is known color: Dark Cerulean. HEX triplet: 02, 4B and 6E. RGB value is (2,75,110). Sum of RGB (Red+Green+Blue) = 2+75+110=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #024B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B6E is #FDB491. Grayscale: #383838. Windows color (decimal): -16626834 or 7228162. OLE color: 7228162.

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

Color convert

RGB 2 75 110 -
CMYK 0.98 0.32 0 0.57
HSL 199.44º 0.96% 0.22% -
HSV(B) 199.44º 0.98% 0.43% -
XYZ 5.36 6.17 15.66 -
YUV 57.16 157.82 88.65 -
System Red Green Blue C M Y K H S L
Decimal 2 75 110 0.98 0.32 0 0.57 199.44 0.96 0.22
Hex 2 4B 6E 62 20 0 39 C7 60 16
Octal 2 113 156 142 40 0 71 307 140 26
Binary 10 1001011 1101110 1100010 100000 0 111001 11000111 1100000 10110

Color Harmonies of #024B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B6E

Black with #024B6E

Text Example


Text Example

White with #024B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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