#0F4166

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

Shades of Prussian Blue #0F4166

Tints of Prussian Blue #0F4166

Color information

#0F4166 (or 0x0F4166) is unknown color: approx Prussian Blue. HEX triplet: 0F, 41 and 66. RGB value is (15,65,102). Sum of RGB (Red+Green+Blue) = 15+65+102=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #0F4166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4166 is #F0BE99. Grayscale: #363636. Windows color (decimal): -15777434 or 6701327. OLE color: 6701327.

HSL color Cylindrical-coordinate representation of color #0F4166: hue angle of 205.52º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4166 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1565102-
CMYK0.850.3600.6
HSL205.52º74.36%22.94%-
HSV(B)205.52º85.29%40%-
XYZ4.494.8413.27-
YUV54.27154.9499.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.24%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 102 (40.23% from 255) = 56.04%
R=8.24%
G=35.71%
B=56.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal15651020.850.3600.6205.5274.3622.94
HexF4166552403Cce4a17
Octal171011461254407431611227
Binary1111100000111001101010101100100011110011001110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F4166; }

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

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

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

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

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

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

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

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