Html Css Color HEX #1C21AF Persian Blue

📋 copy color: '#1C21AF'

red 28 ◦ green 33 ◦ blue 175

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

Shades of Persian Blue #1C21AF

Tints of Persian Blue #1C21AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 74.15%

R = 11.86%
G = 13.98%
B = 74.15%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1C21AF (or 0x1C21AF) is known color: Persian Blue. HEX triplet: 1C, 21 and AF. RGB value is (28,33,175). Sum of RGB (Red+Green+Blue) = 28+33+175=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C21AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C21AF is #E3DE50. Grayscale: #2F2F2F. Windows color (decimal): -14933585 or 11477276. OLE color: 11477276.

HSL color Cylindrical-coordinate representation of color #1C21AF: hue angle of 237.96º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C21AF is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 33 175 -
CMYK 0.84 0.81 0 0.31
HSL 237.96º 0.72% 0.4% -
HSV(B) 237.96º 0.84% 0.69% -
XYZ 8.76 4.43 40.95 -
YUV 47.69 199.84 113.95 -
System Red Green Blue C M Y K H S L
Decimal 28 33 175 0.84 0.81 0 0.31 237.96 0.72 0.4
Hex 1C 21 AF 54 51 0 1F EE 48 28
Octal 34 41 257 124 121 0 37 356 110 50
Binary 11100 100001 10101111 1010100 1010001 0 11111 11101110 1001000 101000

Color Harmonies of #1C21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C21AF

Black with #1C21AF

Text Example


Text Example

White with #1C21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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