Html Css Color HEX #1C21DB Persian Blue

📋 copy color: '#1C21DB'

red 28 ◦ green 33 ◦ blue 219

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

Shades of Persian Blue #1C21DB

Tints of Persian Blue #1C21DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 78.21%

R = 10%
G = 11.79%
B = 78.21%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C21DB (or 0x1C21DB) is known color: Persian Blue. HEX triplet: 1C, 21 and DB. RGB value is (28,33,219). Sum of RGB (Red+Green+Blue) = 28+33+219=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C21DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C21DB is #E3DE24. Grayscale: #333333. Windows color (decimal): -14933541 or 14360860. OLE color: 14360860.

HSL color Cylindrical-coordinate representation of color #1C21DB: hue angle of 238.43º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C21DB is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 33 219 -
CMYK 0.87 0.85 0 0.14
HSL 238.43º 0.77% 0.48% -
HSV(B) 238.43º 0.87% 0.86% -
XYZ 13.81 6.45 67.53 -
YUV 52.71 221.84 110.38 -
System Red Green Blue C M Y K H S L
Decimal 28 33 219 0.87 0.85 0 0.14 238.43 0.77 0.48
Hex 1C 21 DB 57 55 0 E EE 4D 30
Octal 34 41 333 127 125 0 16 356 115 60
Binary 11100 100001 11011011 1010111 1010101 0 1110 11101110 1001101 110000

Color Harmonies of #1C21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C21DB

Black with #1C21DB

Text Example


Text Example

White with #1C21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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