#0F22BF

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

Shades of Persian Blue #0F22BF

Tints of Persian Blue #0F22BF

Color information

#0F22BF (or 0x0F22BF) is unknown color: approx Persian Blue. HEX triplet: 0F, 22 and BF. RGB value is (15,34,191). Sum of RGB (Red+Green+Blue) = 15+34+191=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F22BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F22BF is #F0DD40. Grayscale: #2D2D2D. Windows color (decimal): -15785281 or 12526095. OLE color: 12526095.

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

Color convert

RGB1534191-
CMYK0.920.8200.25
HSL233.52º85.44%40.39%-
HSV(B)233.52º92.15%74.9%-
XYZ10.175.0149.72-
YUV46.22209.71105.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 191 (75% from 255) = 79.58%
R=6.25%
G=14.17%
B=79.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15341910.920.8200.25233.5285.4440.39
HexF22BF5C52019ea5528
Octal174227713412203135212550
Binary11111000101011111110111001010010011001111010101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F22BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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