Html Css Color HEX #1220BE Persian Blue

📋 copy color: '#1220BE'

red 18 ◦ green 32 ◦ blue 190

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

Shades of Persian Blue #1220BE

Tints of Persian Blue #1220BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 79.17%

R = 7.5%
G = 13.33%
B = 79.17%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1220BE (or 0x1220BE) is known color: Persian Blue. HEX triplet: 12, 20 and BE. RGB value is (18,32,190). Sum of RGB (Red+Green+Blue) = 18+32+190=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #1220BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1220BE is #EDDF41. Grayscale: #2D2D2D. Windows color (decimal): -15589186 or 12460050. OLE color: 12460050.

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

Color convert

RGB 18 32 190 -
CMYK 0.91 0.83 0 0.25
HSL 235.12º 0.83% 0.41% -
HSV(B) 235.12º 0.91% 0.75% -
XYZ 10.06 4.88 49.13 -
YUV 45.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 18 32 190 0.91 0.83 0 0.25 235.12 0.83 0.41
Hex 12 20 BE 5B 53 0 19 EB 53 29
Octal 22 40 276 133 123 0 31 353 123 51
Binary 10010 100000 10111110 1011011 1010011 0 11001 11101011 1010011 101001

Color Harmonies of #1220BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1220BE

Black with #1220BE

Text Example


Text Example

White with #1220BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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