Html Css Color HEX #1220BA Persian Blue

📋 copy color: '#1220BA'

red 18 ◦ green 32 ◦ blue 186

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

Shades of Persian Blue #1220BA

Tints of Persian Blue #1220BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 78.81%

R = 7.63%
G = 13.56%
B = 78.81%

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

#1220BA (or 0x1220BA) is known color: Persian Blue. HEX triplet: 12, 20 and BA. RGB value is (18,32,186). Sum of RGB (Red+Green+Blue) = 18+32+186=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #1220BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1220BA is #EDDF45. Grayscale: #2C2C2C. Windows color (decimal): -15589190 or 12197906. OLE color: 12197906.

HSL color Cylindrical-coordinate representation of color #1220BA: hue angle of 235º 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 #1220BA is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 32 186 -
CMYK 0.90 0.83 0 0.27
HSL 235º 0.82% 0.4% -
HSV(B) 235º 0.9% 0.73% -
XYZ 9.63 4.71 46.86 -
YUV 45.37 207.36 108.48 -
System Red Green Blue C M Y K H S L
Decimal 18 32 186 0.90 0.83 0 0.27 235 0.82 0.4
Hex 12 20 BA 5A 53 0 1B EB 52 28
Octal 22 40 272 132 123 0 33 353 122 50
Binary 10010 100000 10111010 1011010 1010011 0 11011 11101011 1010010 101000

Color Harmonies of #1220BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1220BA

Black with #1220BA

Text Example


Text Example

White with #1220BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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