#004080

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

Shades of Dark Cerulean #004080

Tints of Dark Cerulean #004080

Color information

#004080 (or 0x004080) is unknown color: approx Dark Cerulean. HEX triplet: 00, 40 and 80. RGB value is (0,64,128). Sum of RGB (Red+Green+Blue) = 0+64+128=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #004080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004080 is #FFBF7F. Grayscale: #333333. Windows color (decimal): -16760704 or 8404992. OLE color: 8404992.

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

Color convert

RGB064128-
CMYK10.500.50
HSL210º100%25.1%-
HSV(B)210º100%50.2%-
XYZ5.735.2321.13-
YUV52.16170.890.8-

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) = 33.33%
BLUE value IS 128 (50.39% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal06412810.500.5021010025.1
Hex040806432032d26419
Octal01002001446206232214431
Binary01000000100000001100100110010011001011010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004080; }

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

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

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

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

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

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

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

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