Html Css Color HEX #1C21CD Persian Blue

📋 copy color: '#1C21CD'

red 28 ◦ green 33 ◦ blue 205

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

Shades of Persian Blue #1C21CD

Tints of Persian Blue #1C21CD

RGB

 RED value IS 28 (11.33% from 255) = 10.53%

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

 BLUE value IS 205 (80.47% from 255) = 77.07%

R = 10.53%
G = 12.41%
B = 77.07%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C21CD (or 0x1C21CD) is known color: Persian Blue. HEX triplet: 1C, 21 and CD. RGB value is (28,33,205). Sum of RGB (Red+Green+Blue) = 28+33+205=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C21CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C21CD is #E3DE32. Grayscale: #323232. Windows color (decimal): -14933555 or 13443356. OLE color: 13443356.

HSL color Cylindrical-coordinate representation of color #1C21CD: hue angle of 238.31º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C21CD is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 33 205 -
CMYK 0.86 0.84 0 0.20
HSL 238.31º 0.76% 0.46% -
HSV(B) 238.31º 0.86% 0.8% -
XYZ 12.04 5.74 58.23 -
YUV 51.11 214.84 111.51 -
System Red Green Blue C M Y K H S L
Decimal 28 33 205 0.86 0.84 0 0.20 238.31 0.76 0.46
Hex 1C 21 CD 56 54 0 14 EE 4C 2E
Octal 34 41 315 126 124 0 24 356 114 56
Binary 11100 100001 11001101 1010110 1010100 0 10100 11101110 1001100 101110

Color Harmonies of #1C21CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C21CD

Black with #1C21CD

Text Example


Text Example

White with #1C21CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C21CD; }

 p { color: rgb(28,33,205); }

 H1.HeaderClassName
 {
   color: #1C21CD;
 }
 .AnyTagClassName
 {
   color: #1C21CD;
 }
</style>

background-color css

<style>
 a { background-color: #1C21CD; }

 a { background-color: rgb(28,33,205); }

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

border-color css

<style>
 span { border-color: #1C21CD; }

 span { border-color: rgb(28,33,205); }

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