#004882

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

Shades of Dark Cerulean #004882

Tints of Dark Cerulean #004882

Color information

#004882 (or 0x004882) is unknown color: approx Dark Cerulean. HEX triplet: 00, 48 and 82. RGB value is (0,72,130). Sum of RGB (Red+Green+Blue) = 0+72+130=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #004882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004882 is #FFB77D. Grayscale: #383838. Windows color (decimal): -16758654 or 8538112. OLE color: 8538112.

HSL color Cylindrical-coordinate representation of color #004882: hue angle of 206.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004882 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB072130-
CMYK10.4500.49
HSL206.77º100%25.49%-
HSV(B)206.77º100%50.98%-
XYZ6.356.2521.99-
YUV57.08169.1587.28-

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.64%
BLUE value IS 130 (51.17% from 255) = 64.36%
R=0%
G=35.64%
B=64.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal07213010.4500.49206.7710025.49
Hex04882642D031cf6419
Octal01102021445506131714431
Binary01001000100000101100100101101011000111001111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004882; }

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

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

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

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

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

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

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

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