Html Css Color HEX #024886 Dark Cerulean

📋 copy color: '#024886'

red 2 ◦ green 72 ◦ blue 134

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

Shades of Dark Cerulean #024886

Tints of Dark Cerulean #024886

RGB

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

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

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

R = 0.96%
G = 34.62%
B = 64.42%

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

#024886 (or 0x024886) is known color: Dark Cerulean. HEX triplet: 02, 48 and 86. RGB value is (2,72,134). Sum of RGB (Red+Green+Blue) = 2+72+134=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 134 (52.73% from 255 or 64.42% from 208); Max value from RGB is 134 - color contains mainly: blue. Hex color #024886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024886 is #FDB779. Grayscale: #393939. Windows color (decimal): -16627578 or 8800258. OLE color: 8800258.

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

Color convert

RGB 2 72 134 -
CMYK 0.99 0.46 0 0.47
HSL 208.18º 0.97% 0.27% -
HSV(B) 208.18º 0.99% 0.53% -
XYZ 6.65 6.37 23.43 -
YUV 58.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 2 72 134 0.99 0.46 0 0.47 208.18 0.97 0.27
Hex 2 48 86 63 2E 0 2F D0 61 1B
Octal 2 110 206 143 56 0 57 320 141 33
Binary 10 1001000 10000110 1100011 101110 0 101111 11010000 1100001 11011

Color Harmonies of #024886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024886

Black with #024886

Text Example


Text Example

White with #024886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024886; }

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

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

background-color css

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

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

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

border-color css

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

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

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