#0C20BF

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

Shades of Persian Blue #0C20BF

Tints of Persian Blue #0C20BF

Color information

#0C20BF (or 0x0C20BF) is unknown color: approx Persian Blue. HEX triplet: 0C, 20 and BF. RGB value is (12,32,191). Sum of RGB (Red+Green+Blue) = 12+32+191=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C20BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C20BF is #F3DF40. Grayscale: #2B2B2B. Windows color (decimal): -15982401 or 12525580. OLE color: 12525580.

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

Color convert

RGB1232191-
CMYK0.940.8300.25
HSL233.3º88.18%39.8%-
HSV(B)233.3º93.72%74.9%-
XYZ10.074.8749.7-
YUV44.15210.87105.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 191 (75% from 255) = 81.28%
R=5.11%
G=13.62%
B=81.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12321910.940.8300.25233.388.1839.8
HexC20BF5E53019e95828
Octal144027713612303135113050
Binary11001000001011111110111101010011011001111010011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C20BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,32,191); }

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

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

 a { background-color: rgb(12,32,191); }

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

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

 span { border-color: rgb(12,32,191); }

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