#0F49BF

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

Shades of Persian Blue #0F49BF

Tints of Persian Blue #0F49BF

Color information

#0F49BF (or 0x0F49BF) is unknown color: approx Persian Blue. HEX triplet: 0F, 49 and BF. RGB value is (15,73,191). Sum of RGB (Red+Green+Blue) = 15+73+191=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F49BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F49BF is #F0B640. Grayscale: #444444. Windows color (decimal): -15775297 or 12536079. OLE color: 12536079.

HSL color Cylindrical-coordinate representation of color #0F49BF: hue angle of 220.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F49BF is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1573191-
CMYK0.920.6200.25
HSL220.23º85.44%40.39%-
HSV(B)220.23º92.15%74.9%-
XYZ11.988.6350.32-
YUV69.11196.7889.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.38%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 191 (75% from 255) = 68.46%
R=5.38%
G=26.16%
B=68.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15731910.920.6200.25220.2385.4440.39
HexF49BF5C3E019dc5528
Octal171112771347603133412550
Binary11111001001101111111011100111110011001110111001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F49BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,73,191); }

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

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

 a { background-color: rgb(15,73,191); }

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

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

 span { border-color: rgb(15,73,191); }

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