Html Css Color HEX #024590 Dark Cerulean

📋 copy color: '#024590'

red 2 ◦ green 69 ◦ blue 144

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

Shades of Dark Cerulean #024590

Tints of Dark Cerulean #024590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.09%

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

R = 0.93%
G = 32.09%
B = 66.98%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#024590 (or 0x024590) is known color: Dark Cerulean. HEX triplet: 02, 45 and 90. RGB value is (2,69,144). Sum of RGB (Red+Green+Blue) = 2+69+144=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #024590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024590 is #FDBA6F. Grayscale: #393939. Windows color (decimal): -16628336 or 9454850. OLE color: 9454850.

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

Color convert

RGB 2 69 144 -
CMYK 0.99 0.52 0 0.44
HSL 211.69º 0.97% 0.29% -
HSV(B) 211.69º 0.99% 0.56% -
XYZ 7.19 6.28 27.22 -
YUV 57.52 176.8 88.4 -
System Red Green Blue C M Y K H S L
Decimal 2 69 144 0.99 0.52 0 0.44 211.69 0.97 0.29
Hex 2 45 90 63 34 0 2C D4 61 1D
Octal 2 105 220 143 64 0 54 324 141 35
Binary 10 1000101 10010000 1100011 110100 0 101100 11010100 1100001 11101

Color Harmonies of #024590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024590

Black with #024590

Text Example


Text Example

White with #024590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024590; }

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

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

background-color css

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

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

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

border-color css

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

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

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