#0F2F5A

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

Shades of Prussian Blue #0F2F5A

Tints of Prussian Blue #0F2F5A

Color information

#0F2F5A (or 0x0F2F5A) is unknown color: approx Prussian Blue. HEX triplet: 0F, 2F and 5A. RGB value is (15,47,90). Sum of RGB (Red+Green+Blue) = 15+47+90=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F2F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2F5A is #F0D0A5. Grayscale: #2A2A2A. Windows color (decimal): -15782054 or 5910287. OLE color: 5910287.

HSL color Cylindrical-coordinate representation of color #0F2F5A: hue angle of 214.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F2F5A is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB154790-
CMYK0.830.4800.65
HSL214.4º71.43%20.59%-
HSV(B)214.4º83.33%35.29%-
XYZ3.062.8710.07-
YUV42.33154.9108.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.87%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=9.87%
G=30.92%
B=59.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1547900.830.4800.65214.471.4320.59
HexF2F5A5330041d64715
Octal175713212360010132610725
Binary1111101111101101010100111100000100000111010110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,47,90); }

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

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

 a { background-color: rgb(15,47,90); }

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

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

 span { border-color: rgb(15,47,90); }

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