#0F45BC

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

Shades of Persian Blue #0F45BC

Tints of Persian Blue #0F45BC

Color information

#0F45BC (or 0x0F45BC) is unknown color: approx Persian Blue. HEX triplet: 0F, 45 and BC. RGB value is (15,69,188). Sum of RGB (Red+Green+Blue) = 15+69+188=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F45BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F45BC is #F0BA43. Grayscale: #414141. Windows color (decimal): -15776324 or 12338447. OLE color: 12338447.

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

Color convert

RGB1569188-
CMYK0.920.6300.26
HSL221.27º85.22%39.8%-
HSV(B)221.27º92.02%73.73%-
XYZ11.47.9948.52-
YUV66.42196.6191.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.51%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 188 (73.83% from 255) = 69.12%
R=5.51%
G=25.37%
B=69.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15691880.920.6300.26221.2785.2239.8
HexF45BC5C3F01Add5528
Octal171052741347703233512550
Binary11111000101101111001011100111111011010110111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,69,188); }

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

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

 a { background-color: rgb(15,69,188); }

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

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

 span { border-color: rgb(15,69,188); }

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