#0F49D8

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

Shades of Persian Blue #0F49D8

Tints of Persian Blue #0F49D8

Color information

#0F49D8 (or 0x0F49D8) is unknown color: approx Persian Blue. HEX triplet: 0F, 49 and D8. RGB value is (15,73,216). Sum of RGB (Red+Green+Blue) = 15+73+216=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 216 (84.77% from 255 or 71.05% from 304); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F49D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F49D8 is #F0B627. Grayscale: #474747. Windows color (decimal): -15775272 or 14174479. OLE color: 14174479.

HSL color Cylindrical-coordinate representation of color #0F49D8: hue angle of 222.69º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F49D8 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1573216-
CMYK0.930.6600.15
HSL222.69º87.01%45.29%-
HSV(B)222.69º93.06%84.71%-
XYZ14.979.8266.07-
YUV71.96209.2887.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.93%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 216 (84.77% from 255) = 71.05%
R=4.93%
G=24.01%
B=71.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15732160.930.6600.15222.6987.0145.29
HexF49D85D420Fdf572d
Octal1711133013510201733712755
Binary11111001001110110001011101100001001111110111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F49D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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