#1220B8

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

Shades of Persian Blue #1220B8

Tints of Persian Blue #1220B8

Color information

#1220B8 (or 0x1220B8) is unknown color: approx Persian Blue. HEX triplet: 12, 20 and B8. RGB value is (18,32,184). Sum of RGB (Red+Green+Blue) = 18+32+184=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 184 (72.27% from 255 or 78.63% from 234); Max value from RGB is 184 - color contains mainly: blue. Hex color #1220B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1220B8 is #EDDF47. Grayscale: #2C2C2C. Windows color (decimal): -15589192 or 12066834. OLE color: 12066834.

HSL color Cylindrical-coordinate representation of color #1220B8: hue angle of 234.94º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1220B8 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1832184-
CMYK0.900.8300.28
HSL234.94º82.18%39.61%-
HSV(B)234.94º90.22%72.16%-
XYZ9.424.6245.74-
YUV45.14206.36108.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 184 (72.27% from 255) = 78.63%
R=7.69%
G=13.68%
B=78.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18321840.900.8300.28234.9482.1839.61
Hex1220B85A5301Ceb5228
Octal224027013212303435312250
Binary100101000001011100010110101010011011100111010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1220B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1220B8; }

 p { color: rgb(18,32,184); }

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

<style>
 a { background-color: #1220B8; }

 a { background-color: rgb(18,32,184); }

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

<style>
 span { border-color: #1220B8; }

 span { border-color: rgb(18,32,184); }

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