#0F22BD

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

Shades of Persian Blue #0F22BD

Tints of Persian Blue #0F22BD

Color information

#0F22BD (or 0x0F22BD) is unknown color: approx Persian Blue. HEX triplet: 0F, 22 and BD. RGB value is (15,34,189). Sum of RGB (Red+Green+Blue) = 15+34+189=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F22BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F22BD is #F0DD42. Grayscale: #2D2D2D. Windows color (decimal): -15785283 or 12395023. OLE color: 12395023.

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

Color convert

RGB1534189-
CMYK0.920.8200.26
HSL233.45º85.29%40%-
HSV(B)233.45º92.06%74.12%-
XYZ9.954.9248.57-
YUV45.99208.71105.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.30%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 189 (74.22% from 255) = 79.41%
R=6.30%
G=14.29%
B=79.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15341890.920.8200.26233.4585.2940
HexF22BD5C5201Ae95528
Octal174227513412203235112550
Binary11111000101011110110111001010010011010111010011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F22BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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