Html Css Color HEX #1220BC Persian Blue

📋 copy color: '#1220BC'

red 18 ◦ green 32 ◦ blue 188

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

Shades of Persian Blue #1220BC

Tints of Persian Blue #1220BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.99%

R = 7.56%
G = 13.45%
B = 78.99%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1220BC (or 0x1220BC) is known color: Persian Blue. HEX triplet: 12, 20 and BC. RGB value is (18,32,188). Sum of RGB (Red+Green+Blue) = 18+32+188=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #1220BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1220BC is #EDDF43. Grayscale: #2C2C2C. Windows color (decimal): -15589188 or 12328978. OLE color: 12328978.

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

Color convert

RGB 18 32 188 -
CMYK 0.90 0.83 0 0.26
HSL 235.06º 0.83% 0.4% -
HSV(B) 235.06º 0.9% 0.74% -
XYZ 9.84 4.79 47.98 -
YUV 45.6 208.36 108.32 -
System Red Green Blue C M Y K H S L
Decimal 18 32 188 0.90 0.83 0 0.26 235.06 0.83 0.4
Hex 12 20 BC 5A 53 0 1A EB 53 28
Octal 22 40 274 132 123 0 32 353 123 50
Binary 10010 100000 10111100 1011010 1010011 0 11010 11101011 1010011 101000

Color Harmonies of #1220BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1220BC

Black with #1220BC

Text Example


Text Example

White with #1220BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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