#0F345B

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

Shades of Prussian Blue #0F345B

Tints of Prussian Blue #0F345B

Color information

#0F345B (or 0x0F345B) is unknown color: approx Prussian Blue. HEX triplet: 0F, 34 and 5B. RGB value is (15,52,91). Sum of RGB (Red+Green+Blue) = 15+52+91=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F345B is #F0CBA4. Grayscale: #2D2D2D. Windows color (decimal): -15780773 or 5977103. OLE color: 5977103.

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

Color convert

RGB155291-
CMYK0.840.4300.64
HSL210.79º71.7%20.78%-
HSV(B)210.79º83.52%35.69%-
XYZ3.313.3110.36-
YUV45.38153.74106.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 91 (35.94% from 255) = 57.59%
R=9.49%
G=32.91%
B=57.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1552910.840.4300.64210.7971.720.78
HexF345B542B040d34815
Octal176413312453010032311025
Binary1111110100101101110101001010110100000011010011100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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