#004166

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

Shades of Prussian Blue #004166

Tints of Prussian Blue #004166

Color information

#004166 (or 0x004166) is unknown color: approx Prussian Blue. HEX triplet: 00, 41 and 66. RGB value is (0,65,102). Sum of RGB (Red+Green+Blue) = 0+65+102=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #004166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004166 is #FFBE99. Grayscale: #313131. Windows color (decimal): -16760474 or 6701312. OLE color: 6701312.

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

Color convert

RGB065102-
CMYK10.3600.6
HSL201.76º100%20%-
HSV(B)201.76º100%40%-
XYZ4.294.7413.26-
YUV49.78157.4792.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=0%
G=38.92%
B=61.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal06510210.3600.6201.7610020
Hex04166642403Cca6414
Octal01011461444407431214424
Binary0100000111001101100100100100011110011001010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004166; }

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

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

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

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

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

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

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

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