#004266

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

Shades of Prussian Blue #004266

Tints of Prussian Blue #004266

Color information

#004266 (or 0x004266) is unknown color: approx Prussian Blue. HEX triplet: 00, 42 and 66. RGB value is (0,66,102). Sum of RGB (Red+Green+Blue) = 0+66+102=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #004266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004266 is #FFBD99. Grayscale: #323232. Windows color (decimal): -16760218 or 6701568. OLE color: 6701568.

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

Color convert

RGB066102-
CMYK10.3500.6
HSL201.18º100%20%-
HSV(B)201.18º100%40%-
XYZ4.354.8613.28-
YUV50.37157.1392.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 102 (40.23% from 255) = 60.71%
R=0%
G=39.29%
B=60.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal06610210.3500.6201.1810020
Hex04266642303Cc96414
Octal01021461444307431114424
Binary0100001011001101100100100011011110011001001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004266; }

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

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

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

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

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

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

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

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