Html Css Color HEX #1220CF Persian Blue

📋 copy color: '#1220CF'

red 18 ◦ green 32 ◦ blue 207

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

Shades of Persian Blue #1220CF

Tints of Persian Blue #1220CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 80.54%

R = 7%
G = 12.45%
B = 80.54%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1220CF (or 0x1220CF) is known color: Persian Blue. HEX triplet: 12, 20 and CF. RGB value is (18,32,207). Sum of RGB (Red+Green+Blue) = 18+32+207=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #1220CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1220CF is #EDDF30. Grayscale: #2F2F2F. Windows color (decimal): -15589169 or 13574162. OLE color: 13574162.

HSL color Cylindrical-coordinate representation of color #1220CF: hue angle of 235.56º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1220CF is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 32 207 -
CMYK 0.91 0.85 0 0.19
HSL 235.56º 0.84% 0.44% -
HSV(B) 235.56º 0.91% 0.81% -
XYZ 12.03 5.67 59.49 -
YUV 47.76 217.86 106.77 -
System Red Green Blue C M Y K H S L
Decimal 18 32 207 0.91 0.85 0 0.19 235.56 0.84 0.44
Hex 12 20 CF 5B 55 0 13 EC 54 2C
Octal 22 40 317 133 125 0 23 354 124 54
Binary 10010 100000 11001111 1011011 1010101 0 10011 11101100 1010100 101100

Color Harmonies of #1220CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1220CF

Black with #1220CF

Text Example


Text Example

White with #1220CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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