Html Css Color HEX #1C42AD Persian Blue

📋 copy color: '#1C42AD'

red 28 ◦ green 66 ◦ blue 173

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

Shades of Persian Blue #1C42AD

Tints of Persian Blue #1C42AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 10.49%
G = 24.72%
B = 64.79%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C42AD (or 0x1C42AD) is known color: Persian Blue. HEX triplet: 1C, 42 and AD. RGB value is (28,66,173). Sum of RGB (Red+Green+Blue) = 28+66+173=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C42AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C42AD is #E3BD52. Grayscale: #424242. Windows color (decimal): -14925139 or 11354652. OLE color: 11354652.

HSL color Cylindrical-coordinate representation of color #1C42AD: hue angle of 224.28º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C42AD is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 66 173 -
CMYK 0.84 0.62 0 0.32
HSL 224.28º 0.72% 0.39% -
HSV(B) 224.28º 0.84% 0.68% -
XYZ 9.97 7.16 40.39 -
YUV 66.84 187.91 100.3 -
System Red Green Blue C M Y K H S L
Decimal 28 66 173 0.84 0.62 0 0.32 224.28 0.72 0.39
Hex 1C 42 AD 54 3E 0 20 E0 48 27
Octal 34 102 255 124 76 0 40 340 110 47
Binary 11100 1000010 10101101 1010100 111110 0 100000 11100000 1001000 100111

Color Harmonies of #1C42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C42AD

Black with #1C42AD

Text Example


Text Example

White with #1C42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,66,173); }

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

background-color css

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

 a { background-color: rgb(28,66,173); }

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

border-color css

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

 span { border-color: rgb(28,66,173); }

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