Html Css Color HEX #024986 Dark Cerulean

📋 copy color: '#024986'

red 2 ◦ green 73 ◦ blue 134

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

Shades of Dark Cerulean #024986

Tints of Dark Cerulean #024986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

 BLUE value IS 134 (52.73% from 255) = 64.11%

R = 0.96%
G = 34.93%
B = 64.11%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#024986 (or 0x024986) is known color: Dark Cerulean. HEX triplet: 02, 49 and 86. RGB value is (2,73,134). Sum of RGB (Red+Green+Blue) = 2+73+134=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #024986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024986 is #FDB679. Grayscale: #3A3A3A. Windows color (decimal): -16627322 or 8800514. OLE color: 8800514.

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

Color convert

RGB 2 73 134 -
CMYK 0.99 0.46 0 0.47
HSL 207.73º 0.97% 0.27% -
HSV(B) 207.73º 0.99% 0.53% -
XYZ 6.71 6.5 23.46 -
YUV 58.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 2 73 134 0.99 0.46 0 0.47 207.73 0.97 0.27
Hex 2 49 86 63 2E 0 2F D0 61 1B
Octal 2 111 206 143 56 0 57 320 141 33
Binary 10 1001001 10000110 1100011 101110 0 101111 11010000 1100001 11011

Color Harmonies of #024986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024986

Black with #024986

Text Example


Text Example

White with #024986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024986; }

 p { color: rgb(2,73,134); }

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

background-color css

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

 a { background-color: rgb(2,73,134); }

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

border-color css

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

 span { border-color: rgb(2,73,134); }

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