#0F45BD

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

Shades of Persian Blue #0F45BD

Tints of Persian Blue #0F45BD

Color information

#0F45BD (or 0x0F45BD) is unknown color: approx Persian Blue. HEX triplet: 0F, 45 and BD. RGB value is (15,69,189). Sum of RGB (Red+Green+Blue) = 15+69+189=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F45BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F45BD is #F0BA42. Grayscale: #424242. Windows color (decimal): -15776323 or 12403983. OLE color: 12403983.

HSL color Cylindrical-coordinate representation of color #0F45BD: hue angle of 221.38º 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 #0F45BD is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1569189-
CMYK0.920.6300.26
HSL221.38º85.29%40%-
HSV(B)221.38º92.06%74.12%-
XYZ11.518.0349.09-
YUV66.53197.1191.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 189 (74.22% from 255) = 69.23%
R=5.49%
G=25.27%
B=69.23%

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
Decimal15691890.920.6300.26221.3885.2940
HexF45BD5C3F01Add5528
Octal171052751347703233512550
Binary11111000101101111011011100111111011010110111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F45BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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