#004482

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

Shades of Dark Cerulean #004482

Tints of Dark Cerulean #004482

Color information

#004482 (or 0x004482) is unknown color: approx Dark Cerulean. HEX triplet: 00, 44 and 82. RGB value is (0,68,130). Sum of RGB (Red+Green+Blue) = 0+68+130=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #004482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004482 is #FFBB7D. Grayscale: #363636. Windows color (decimal): -16759678 or 8537088. OLE color: 8537088.

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

Color convert

RGB068130-
CMYK10.4800.49
HSL208.62º100%25.49%-
HSV(B)208.62º100%50.98%-
XYZ6.15.7521.91-
YUV54.74170.4788.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 130 (51.17% from 255) = 65.66%
R=0%
G=34.34%
B=65.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal06813010.4800.49208.6210025.49
Hex044826430031d16419
Octal01042021446006132114431
Binary01000100100000101100100110000011000111010001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004482; }

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

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

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

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

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

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

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

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