#0B20BD

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

Shades of Persian Blue #0B20BD

Tints of Persian Blue #0B20BD

Color information

#0B20BD (or 0x0B20BD) is unknown color: approx Persian Blue. HEX triplet: 0B, 20 and BD. RGB value is (11,32,189). Sum of RGB (Red+Green+Blue) = 11+32+189=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B20BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B20BD is #F4DF42. Grayscale: #2A2A2A. Windows color (decimal): -16047939 or 12394507. OLE color: 12394507.

HSL color Cylindrical-coordinate representation of color #0B20BD: hue angle of 232.92º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B20BD is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1132189-
CMYK0.940.8300.26
HSL232.92º89%39.22%-
HSV(B)232.92º94.18%74.12%-
XYZ9.844.7848.55-
YUV43.62210.04104.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.74%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 189 (74.22% from 255) = 81.47%
R=4.74%
G=13.79%
B=81.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11321890.940.8300.26232.928939.22
HexB20BD5E5301Ae95927
Octal134027513612303235113147
Binary10111000001011110110111101010011011010111010011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B20BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,32,189); }

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

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

 a { background-color: rgb(11,32,189); }

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

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

 span { border-color: rgb(11,32,189); }

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