Html Css Color HEX #1221C9 Persian Blue

📋 copy color: '#1221C9'

red 18 ◦ green 33 ◦ blue 201

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

Shades of Persian Blue #1221C9

Tints of Persian Blue #1221C9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.1%

 BLUE value IS 201 (78.91% from 255) = 79.76%

R = 7.14%
G = 13.1%
B = 79.76%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1221C9 (or 0x1221C9) is known color: Persian Blue. HEX triplet: 12, 21 and C9. RGB value is (18,33,201). Sum of RGB (Red+Green+Blue) = 18+33+201=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 201 (78.91% from 255 or 79.76% from 252); Max value from RGB is 201 - color contains mainly: blue. Hex color #1221C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1221C9 is #EDDE36. Grayscale: #2E2E2E. Windows color (decimal): -15588919 or 13181202. OLE color: 13181202.

HSL color Cylindrical-coordinate representation of color #1221C9: hue angle of 235.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1221C9 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 33 201 -
CMYK 0.91 0.84 0 0.21
HSL 235.08º 0.84% 0.43% -
HSV(B) 235.08º 0.91% 0.79% -
XYZ 11.34 5.43 55.71 -
YUV 47.67 214.53 106.84 -
System Red Green Blue C M Y K H S L
Decimal 18 33 201 0.91 0.84 0 0.21 235.08 0.84 0.43
Hex 12 21 C9 5B 54 0 15 EB 54 2B
Octal 22 41 311 133 124 0 25 353 124 53
Binary 10010 100001 11001001 1011011 1010100 0 10101 11101011 1010100 101011

Color Harmonies of #1221C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1221C9

Black with #1221C9

Text Example


Text Example

White with #1221C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1221C9; }

 p { color: rgb(18,33,201); }

 H1.HeaderClassName
 {
   color: #1221C9;
 }
 .AnyTagClassName
 {
   color: #1221C9;
 }
</style>

background-color css

<style>
 a { background-color: #1221C9; }

 a { background-color: rgb(18,33,201); }

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

border-color css

<style>
 span { border-color: #1221C9; }

 span { border-color: rgb(18,33,201); }

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