#004066

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

Shades of Prussian Blue #004066

Tints of Prussian Blue #004066

Color information

#004066 (or 0x004066) is unknown color: approx Prussian Blue. HEX triplet: 00, 40 and 66. RGB value is (0,64,102). Sum of RGB (Red+Green+Blue) = 0+64+102=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #004066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004066 is #FFBF99. Grayscale: #303030. Windows color (decimal): -16760730 or 6701056. OLE color: 6701056.

HSL color Cylindrical-coordinate representation of color #004066: hue angle of 202.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004066 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB064102-
CMYK10.3700.6
HSL202.35º100%20%-
HSV(B)202.35º100%40%-
XYZ4.234.6313.24-
YUV49.2157.892.91-

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) = 38.55%
BLUE value IS 102 (40.23% from 255) = 61.45%
R=0%
G=38.55%
B=61.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal06410210.3700.6202.3510020
Hex04066642503Cca6414
Octal01001461444507431214424
Binary0100000011001101100100100101011110011001010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004066; }

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

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

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

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

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

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

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

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