#0F346C

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

Shades of Prussian Blue #0F346C

Tints of Prussian Blue #0F346C

Color information

#0F346C (or 0x0F346C) is unknown color: approx Prussian Blue. HEX triplet: 0F, 34 and 6C. RGB value is (15,52,108). Sum of RGB (Red+Green+Blue) = 15+52+108=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F346C is #F0CB93. Grayscale: #2F2F2F. Windows color (decimal): -15780756 or 7091215. OLE color: 7091215.

HSL color Cylindrical-coordinate representation of color #0F346C: hue angle of 216.13º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F346C is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1552108-
CMYK0.860.5200.58
HSL216.13º75.61%24.12%-
HSV(B)216.13º86.11%42.35%-
XYZ4.133.6414.67-
YUV47.32162.24104.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.57%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 108 (42.58% from 255) = 61.71%
R=8.57%
G=29.71%
B=61.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15521080.860.5200.58216.1375.6124.12
HexF346C563403Ad84c18
Octal17641541266407233011430
Binary111111010011011001010110110100011101011011000100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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