Html Css Color HEX #1C21BF Persian Blue

📋 copy color: '#1C21BF'

red 28 ◦ green 33 ◦ blue 191

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

Shades of Persian Blue #1C21BF

Tints of Persian Blue #1C21BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.79%

R = 11.11%
G = 13.1%
B = 75.79%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C21BF (or 0x1C21BF) is known color: Persian Blue. HEX triplet: 1C, 21 and BF. RGB value is (28,33,191). Sum of RGB (Red+Green+Blue) = 28+33+191=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C21BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C21BF is #E3DE40. Grayscale: #303030. Windows color (decimal): -14933569 or 12525852. OLE color: 12525852.

HSL color Cylindrical-coordinate representation of color #1C21BF: hue angle of 238.16º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C21BF is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 33 191 -
CMYK 0.85 0.83 0 0.25
HSL 238.16º 0.74% 0.43% -
HSV(B) 238.16º 0.85% 0.75% -
XYZ 10.43 5.1 49.72 -
YUV 49.52 207.84 112.65 -
System Red Green Blue C M Y K H S L
Decimal 28 33 191 0.85 0.83 0 0.25 238.16 0.74 0.43
Hex 1C 21 BF 55 53 0 19 EE 4A 2B
Octal 34 41 277 125 123 0 31 356 112 53
Binary 11100 100001 10111111 1010101 1010011 0 11001 11101110 1001010 101011

Color Harmonies of #1C21BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C21BF

Black with #1C21BF

Text Example


Text Example

White with #1C21BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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