#0F4269

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

Shades of Prussian Blue #0F4269

Tints of Prussian Blue #0F4269

Color information

#0F4269 (or 0x0F4269) is unknown color: approx Prussian Blue. HEX triplet: 0F, 42 and 69. RGB value is (15,66,105). Sum of RGB (Red+Green+Blue) = 15+66+105=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F4269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4269 is #F0BD96. Grayscale: #363636. Windows color (decimal): -15777175 or 6898191. OLE color: 6898191.

HSL color Cylindrical-coordinate representation of color #0F4269: hue angle of 206º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F4269 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1566105-
CMYK0.860.3700.59
HSL206º75%23.53%-
HSV(B)206º85.71%41.18%-
XYZ4.75.0214.09-
YUV55.2156.199.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.06%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=8.06%
G=35.48%
B=56.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15661050.860.3700.592067523.53
HexF4269562503Bce4b18
Octal171021511264507331611330
Binary1111100001011010011010110100101011101111001110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,66,105); }

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

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

 a { background-color: rgb(15,66,105); }

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

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

 span { border-color: rgb(15,66,105); }

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