Html Css Color HEX #024690 Dark Cerulean

📋 copy color: '#024690'

red 2 ◦ green 70 ◦ blue 144

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

Shades of Dark Cerulean #024690

Tints of Dark Cerulean #024690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 0.93%
G = 32.41%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#024690 (or 0x024690) is known color: Dark Cerulean. HEX triplet: 02, 46 and 90. RGB value is (2,70,144). Sum of RGB (Red+Green+Blue) = 2+70+144=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #024690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024690 is #FDB96F. Grayscale: #393939. Windows color (decimal): -16628080 or 9455106. OLE color: 9455106.

HSL color Cylindrical-coordinate representation of color #024690: hue angle of 211.27º 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 #024690 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 70 144 -
CMYK 0.99 0.51 0 0.44
HSL 211.27º 0.97% 0.29% -
HSV(B) 211.27º 0.99% 0.56% -
XYZ 7.25 6.41 27.24 -
YUV 58.1 176.47 87.98 -
System Red Green Blue C M Y K H S L
Decimal 2 70 144 0.99 0.51 0 0.44 211.27 0.97 0.29
Hex 2 46 90 63 33 0 2C D3 61 1D
Octal 2 106 220 143 63 0 54 323 141 35
Binary 10 1000110 10010000 1100011 110011 0 101100 11010011 1100001 11101

Color Harmonies of #024690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024690

Black with #024690

Text Example


Text Example

White with #024690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024690; }

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

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

background-color css

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

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

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

border-color css

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

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

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