#0D22BF

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

Shades of Persian Blue #0D22BF

Tints of Persian Blue #0D22BF

Color information

#0D22BF (or 0x0D22BF) is unknown color: approx Persian Blue. HEX triplet: 0D, 22 and BF. RGB value is (13,34,191). Sum of RGB (Red+Green+Blue) = 13+34+191=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D22BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D22BF is #F2DD40. Grayscale: #2C2C2C. Windows color (decimal): -15916353 or 12526093. OLE color: 12526093.

HSL color Cylindrical-coordinate representation of color #0D22BF: hue angle of 232.92º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D22BF is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1334191-
CMYK0.930.8200.25
HSL232.92º87.25%40%-
HSV(B)232.92º93.19%74.9%-
XYZ10.144.9949.72-
YUV45.62210.04104.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.46%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 191 (75% from 255) = 80.25%
R=5.46%
G=14.29%
B=80.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13341910.930.8200.25232.9287.2540
HexD22BF5D52019e95728
Octal154227713512203135112750
Binary11011000101011111110111011010010011001111010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D22BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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