Html Css Color HEX #024B90 Dark Cerulean

📋 copy color: '#024B90'

red 2 ◦ green 75 ◦ blue 144

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

Shades of Dark Cerulean #024B90

Tints of Dark Cerulean #024B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 65.16%

R = 0.9%
G = 33.94%
B = 65.16%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#024B90 (or 0x024B90) is known color: Dark Cerulean. HEX triplet: 02, 4B and 90. RGB value is (2,75,144). Sum of RGB (Red+Green+Blue) = 2+75+144=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #024B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B90 is #FDB46F. Grayscale: #3C3C3C. Windows color (decimal): -16626800 or 9456386. OLE color: 9456386.

HSL color Cylindrical-coordinate representation of color #024B90: hue angle of 209.15º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024B90 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 75 144 -
CMYK 0.99 0.48 0 0.44
HSL 209.15º 0.97% 0.29% -
HSV(B) 209.15º 0.99% 0.56% -
XYZ 7.58 7.06 27.35 -
YUV 61.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 2 75 144 0.99 0.48 0 0.44 209.15 0.97 0.29
Hex 2 4B 90 63 30 0 2C D1 61 1D
Octal 2 113 220 143 60 0 54 321 141 35
Binary 10 1001011 10010000 1100011 110000 0 101100 11010001 1100001 11101

Color Harmonies of #024B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B90

Black with #024B90

Text Example


Text Example

White with #024B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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