#0F345E

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

Shades of Prussian Blue #0F345E

Tints of Prussian Blue #0F345E

Color information

#0F345E (or 0x0F345E) is unknown color: approx Prussian Blue. HEX triplet: 0F, 34 and 5E. RGB value is (15,52,94). Sum of RGB (Red+Green+Blue) = 15+52+94=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F345E is #F0CBA1. Grayscale: #2D2D2D. Windows color (decimal): -15780770 or 6173711. OLE color: 6173711.

HSL color Cylindrical-coordinate representation of color #0F345E: hue angle of 211.9º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F345E is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB155294-
CMYK0.840.4500.63
HSL211.9º72.48%21.37%-
HSV(B)211.9º84.04%36.86%-
XYZ3.453.3711.06-
YUV45.72155.24106.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.32%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 94 (37.11% from 255) = 58.39%
R=9.32%
G=32.30%
B=58.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1552940.840.4500.63211.972.4821.37
HexF345E542D03Fd44815
Octal17641361245507732411025
Binary111111010010111101010100101101011111111010100100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,52,94); }

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

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

 a { background-color: rgb(15,52,94); }

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

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

 span { border-color: rgb(15,52,94); }

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