Html Css Color HEX #024592 Dark Cerulean

📋 copy color: '#024592'

red 2 ◦ green 69 ◦ blue 146

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

Shades of Dark Cerulean #024592

Tints of Dark Cerulean #024592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.28%

R = 0.92%
G = 31.8%
B = 67.28%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#024592 (or 0x024592) is known color: Dark Cerulean. HEX triplet: 02, 45 and 92. RGB value is (2,69,146). Sum of RGB (Red+Green+Blue) = 2+69+146=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #024592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024592 is #FDBA6D. Grayscale: #393939. Windows color (decimal): -16628334 or 9585922. OLE color: 9585922.

HSL color Cylindrical-coordinate representation of color #024592: hue angle of 212.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024592 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 69 146 -
CMYK 0.99 0.53 0 0.43
HSL 212.08º 0.97% 0.29% -
HSV(B) 212.08º 0.99% 0.57% -
XYZ 7.34 6.34 28.03 -
YUV 57.75 177.8 88.24 -
System Red Green Blue C M Y K H S L
Decimal 2 69 146 0.99 0.53 0 0.43 212.08 0.97 0.29
Hex 2 45 92 63 35 0 2B D4 61 1D
Octal 2 105 222 143 65 0 53 324 141 35
Binary 10 1000101 10010010 1100011 110101 0 101011 11010100 1100001 11101

Color Harmonies of #024592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024592

Black with #024592

Text Example


Text Example

White with #024592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024592; }

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

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

background-color css

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

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

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

border-color css

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

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

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