#004E84

Color #004E84 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #004E84

Tints of Dark Cerulean #004E84

Color information

#004E84 (or 0x004E84) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4E and 84. RGB value is (0,78,132). Sum of RGB (Red+Green+Blue) = 0+78+132=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #004E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004E84 is #FFB17B. Grayscale: #3C3C3C. Windows color (decimal): -16757116 or 8670720. OLE color: 8670720.

HSL color Cylindrical-coordinate representation of color #004E84: hue angle of 204.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E84 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB078132-
CMYK10.4100.48
HSL204.55º100%25.88%-
HSV(B)204.55º100%51.76%-
XYZ6.897.1122.84-
YUV60.83168.1684.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 132 (51.95% from 255) = 62.86%
R=0%
G=37.14%
B=62.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal07813210.4100.48204.5510025.88
Hex04E846429030cd641a
Octal01162041445106031514432
Binary01001110100001001100100101001011000011001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004E84; }

 p { color: rgb(0,78,132); }

 H1.HeaderClassName
 {
   color: #004E84;
 }
 .AnyTagClassName
 {
   color: #004E84;
 }
</style>
background-color css

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

 a { background-color: rgb(0,78,132); }

 div.DivClassName
 {
   background-color: #004E84;
 }
 .BgClassName
 {
   background-color: #004E84;
 }
</style>
border-color css

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

 span { border-color: rgb(0,78,132); }

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