#004E85

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

Shades of Dark Cerulean #004E85

Tints of Dark Cerulean #004E85

Color information

#004E85 (or 0x004E85) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4E and 85. RGB value is (0,78,133). Sum of RGB (Red+Green+Blue) = 0+78+133=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #004E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004E85 is #FFB17A. Grayscale: #3C3C3C. Windows color (decimal): -16757115 or 8736256. OLE color: 8736256.

HSL color Cylindrical-coordinate representation of color #004E85: hue angle of 204.81º 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 #004E85 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB078133-
CMYK10.4100.48
HSL204.81º100%26.08%-
HSV(B)204.81º100%52.16%-
XYZ6.967.1423.2-
YUV60.95168.6684.53-

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) = 36.97%
BLUE value IS 133 (52.34% from 255) = 63.03%
R=0%
G=36.97%
B=63.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal07813310.4100.48204.8110026.08
Hex04E856429030cd641a
Octal01162051445106031514432
Binary01001110100001011100100101001011000011001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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