Html Css Color HEX #024894 Dark Cerulean

📋 copy color: '#024894'

red 2 ◦ green 72 ◦ blue 148

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

Shades of Dark Cerulean #024894

Tints of Dark Cerulean #024894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

 BLUE value IS 148 (58.2% from 255) = 66.67%

R = 0.9%
G = 32.43%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024894 (or 0x024894) is known color: Dark Cerulean. HEX triplet: 02, 48 and 94. RGB value is (2,72,148). Sum of RGB (Red+Green+Blue) = 2+72+148=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #024894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024894 is #FDB76B. Grayscale: #3B3B3B. Windows color (decimal): -16627564 or 9717762. OLE color: 9717762.

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

Color convert

RGB 2 72 148 -
CMYK 0.99 0.51 0 0.42
HSL 211.23º 0.97% 0.29% -
HSV(B) 211.23º 0.99% 0.58% -
XYZ 7.69 6.79 28.92 -
YUV 59.73 177.81 86.82 -
System Red Green Blue C M Y K H S L
Decimal 2 72 148 0.99 0.51 0 0.42 211.23 0.97 0.29
Hex 2 48 94 63 33 0 2A D3 61 1D
Octal 2 110 224 143 63 0 52 323 141 35
Binary 10 1001000 10010100 1100011 110011 0 101010 11010011 1100001 11101

Color Harmonies of #024894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024894

Black with #024894

Text Example


Text Example

White with #024894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024894; }

 p { color: rgb(2,72,148); }

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

background-color css

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

 a { background-color: rgb(2,72,148); }

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

border-color css

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

 span { border-color: rgb(2,72,148); }

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