#004082

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

Shades of Dark Cerulean #004082

Tints of Dark Cerulean #004082

Color information

#004082 (or 0x004082) is unknown color: approx Dark Cerulean. HEX triplet: 00, 40 and 82. RGB value is (0,64,130). Sum of RGB (Red+Green+Blue) = 0+64+130=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #004082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004082 is #FFBF7D. Grayscale: #343434. Windows color (decimal): -16760702 or 8536064. OLE color: 8536064.

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

Color convert

RGB064130-
CMYK10.5100.49
HSL210.46º100%25.49%-
HSV(B)210.46º100%50.98%-
XYZ5.865.2821.83-
YUV52.39171.890.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 130 (51.17% from 255) = 67.01%
R=0%
G=32.99%
B=67.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal06413010.5100.49210.4610025.49
Hex040826433031d26419
Octal01002021446306132214431
Binary01000000100000101100100110011011000111010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004082; }

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

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

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

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

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

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

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

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