Html Css Color HEX #1220B9 Persian Blue

📋 copy color: '#1220B9'

red 18 ◦ green 32 ◦ blue 185

#1220B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1220B9

Tints of Persian Blue #1220B9

RGB

 RED value IS 18 (7.42% from 255) = 7.66%

 GREEN value IS 32 (12.89% from 255) = 13.62%

 BLUE value IS 185 (72.66% from 255) = 78.72%

R = 7.66%
G = 13.62%
B = 78.72%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1220B9 (or 0x1220B9) is known color: Persian Blue. HEX triplet: 12, 20 and B9. RGB value is (18,32,185). Sum of RGB (Red+Green+Blue) = 18+32+185=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 185 (72.66% from 255 or 78.72% from 235); Max value from RGB is 185 - color contains mainly: blue. Hex color #1220B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1220B9 is #EDDF46. Grayscale: #2C2C2C. Windows color (decimal): -15589191 or 12132370. OLE color: 12132370.

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

Color convert

RGB 18 32 185 -
CMYK 0.90 0.83 0 0.27
HSL 234.97º 0.82% 0.4% -
HSV(B) 234.97º 0.9% 0.73% -
XYZ 9.52 4.66 46.3 -
YUV 45.26 206.86 108.56 -
System Red Green Blue C M Y K H S L
Decimal 18 32 185 0.90 0.83 0 0.27 234.97 0.82 0.4
Hex 12 20 B9 5A 53 0 1B EB 52 28
Octal 22 40 271 132 123 0 33 353 122 50
Binary 10010 100000 10111001 1011010 1010011 0 11011 11101011 1010010 101000

Color Harmonies of #1220B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1220B9

Black with #1220B9

Text Example


Text Example

White with #1220B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1220B9;
 }
 .AnyTagClassName
 {
   color: #1220B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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