#004884

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

Shades of Dark Cerulean #004884

Tints of Dark Cerulean #004884

Color information

#004884 (or 0x004884) is unknown color: approx Dark Cerulean. HEX triplet: 00, 48 and 84. RGB value is (0,72,132). Sum of RGB (Red+Green+Blue) = 0+72+132=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #004884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004884 is #FFB77B. Grayscale: #393939. Windows color (decimal): -16758652 or 8669184. OLE color: 8669184.

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

Color convert

RGB072132-
CMYK10.4500.48
HSL207.27º100%25.88%-
HSV(B)207.27º100%51.76%-
XYZ6.486.322.7-
YUV57.31170.1587.12-

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.29%
BLUE value IS 132 (51.95% from 255) = 64.71%
R=0%
G=35.29%
B=64.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal07213210.4500.48207.2710025.88
Hex04884642D030cf641a
Octal01102041445506031714432
Binary01001000100001001100100101101011000011001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004884; }

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

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

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

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

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

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

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

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