#004682

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

Shades of Dark Cerulean #004682

Tints of Dark Cerulean #004682

Color information

#004682 (or 0x004682) is unknown color: approx Dark Cerulean. HEX triplet: 00, 46 and 82. RGB value is (0,70,130). Sum of RGB (Red+Green+Blue) = 0+70+130=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #004682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004682 is #FFB97D. Grayscale: #373737. Windows color (decimal): -16759166 or 8537600. OLE color: 8537600.

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

Color convert

RGB070130-
CMYK10.4600.49
HSL207.69º100%25.49%-
HSV(B)207.69º100%50.98%-
XYZ6.225.9921.95-
YUV55.91169.8188.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 130 (51.17% from 255) = 65%
R=0%
G=35%
B=65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal07013010.4600.49207.6910025.49
Hex04682642E031d06419
Octal01062021445606132014431
Binary01000110100000101100100101110011000111010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004682; }

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

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

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

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

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

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

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

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