Html Css Color HEX #024586 Dark Cerulean

📋 copy color: '#024586'

red 2 ◦ green 69 ◦ blue 134

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

Shades of Dark Cerulean #024586

Tints of Dark Cerulean #024586

RGB

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

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

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

R = 0.98%
G = 33.66%
B = 65.37%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#024586 (or 0x024586) is known color: Dark Cerulean. HEX triplet: 02, 45 and 86. RGB value is (2,69,134). Sum of RGB (Red+Green+Blue) = 2+69+134=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #024586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024586 is #FDBA79. Grayscale: #383838. Windows color (decimal): -16628346 or 8799490. OLE color: 8799490.

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

Color convert

RGB 2 69 134 -
CMYK 0.99 0.49 0 0.47
HSL 209.55º 0.97% 0.27% -
HSV(B) 209.55º 0.99% 0.53% -
XYZ 6.46 5.99 23.37 -
YUV 56.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 2 69 134 0.99 0.49 0 0.47 209.55 0.97 0.27
Hex 2 45 86 63 31 0 2F D2 61 1B
Octal 2 105 206 143 61 0 57 322 141 33
Binary 10 1000101 10000110 1100011 110001 0 101111 11010010 1100001 11011

Color Harmonies of #024586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024586

Black with #024586

Text Example


Text Example

White with #024586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024586; }

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

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

background-color css

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

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

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

border-color css

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

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

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