#0F48DC

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

Shades of Persian Blue #0F48DC

Tints of Persian Blue #0F48DC

Color information

#0F48DC (or 0x0F48DC) is unknown color: approx Persian Blue. HEX triplet: 0F, 48 and DC. RGB value is (15,72,220). Sum of RGB (Red+Green+Blue) = 15+72+220=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F48DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F48DC is #F0B723. Grayscale: #474747. Windows color (decimal): -15775524 or 14436367. OLE color: 14436367.

HSL color Cylindrical-coordinate representation of color #0F48DC: hue angle of 223.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F48DC is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1572220-
CMYK0.930.6700.14
HSL223.32º87.23%46.08%-
HSV(B)223.32º93.18%86.27%-
XYZ15.439.968.81-
YUV71.83211.6287.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.89%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 220 (86.33% from 255) = 71.66%
R=4.89%
G=23.45%
B=71.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal15722200.930.6700.14223.3287.2346.08
HexF48DC5D430Edf572e
Octal1711033413510301633712756
Binary11111001000110111001011101100001101110110111111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F48DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,72,220); }

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

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

 a { background-color: rgb(15,72,220); }

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

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

 span { border-color: rgb(15,72,220); }

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