#004060

Color #004060 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #004060

Tints of Prussian Blue #004060

Color information

#004060 (or 0x004060) is unknown color: approx Prussian Blue. HEX triplet: 00, 40 and 60. RGB value is (0,64,96). Sum of RGB (Red+Green+Blue) = 0+64+96=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #004060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004060 is #FFBF9F. Grayscale: #303030. Windows color (decimal): -16760736 or 6307840. OLE color: 6307840.

HSL color Cylindrical-coordinate representation of color #004060: hue angle of 200º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004060 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB06496-
CMYK10.3300.62
HSL200º100%18.82%-
HSV(B)200º100%37.65%-
XYZ3.944.5111.73-
YUV48.51154.893.4-

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) = 40%
BLUE value IS 96 (37.89% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0649610.3300.6220010018.82
Hex04060642103Ec86413
Octal01001401444107631014423
Binary0100000011000001100100100001011111011001000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004060; }

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

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

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

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

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

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

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

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