#004885

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

Shades of Dark Cerulean #004885

Tints of Dark Cerulean #004885

Color information

#004885 (or 0x004885) is unknown color: approx Dark Cerulean. HEX triplet: 00, 48 and 85. RGB value is (0,72,133). Sum of RGB (Red+Green+Blue) = 0+72+133=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #004885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004885 is #FFB77A. Grayscale: #393939. Windows color (decimal): -16758651 or 8734720. OLE color: 8734720.

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

Color convert

RGB072133-
CMYK10.4600.48
HSL207.52º100%26.08%-
HSV(B)207.52º100%52.16%-
XYZ6.556.3323.07-
YUV57.43170.6587.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=0%
G=35.12%
B=64.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal07213310.4600.48207.5210026.08
Hex04885642E030d0641a
Octal01102051445606032014432
Binary01001000100001011100100101110011000011010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004885; }

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

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

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

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

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

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

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

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