Html Css Color HEX #1C40AD Persian Blue

📋 copy color: '#1C40AD'

red 28 ◦ green 64 ◦ blue 173

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

Shades of Persian Blue #1C40AD

Tints of Persian Blue #1C40AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

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

R = 10.57%
G = 24.15%
B = 65.28%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C40AD (or 0x1C40AD) is known color: Persian Blue. HEX triplet: 1C, 40 and AD. RGB value is (28,64,173). Sum of RGB (Red+Green+Blue) = 28+64+173=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C40AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C40AD is #E3BF52. Grayscale: #414141. Windows color (decimal): -14925651 or 11354140. OLE color: 11354140.

HSL color Cylindrical-coordinate representation of color #1C40AD: hue angle of 225.1º 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 #1C40AD is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 64 173 -
CMYK 0.84 0.63 0 0.32
HSL 225.1º 0.72% 0.39% -
HSV(B) 225.1º 0.84% 0.68% -
XYZ 9.86 6.93 40.35 -
YUV 65.66 188.57 101.14 -
System Red Green Blue C M Y K H S L
Decimal 28 64 173 0.84 0.63 0 0.32 225.1 0.72 0.39
Hex 1C 40 AD 54 3F 0 20 E1 48 27
Octal 34 100 255 124 77 0 40 341 110 47
Binary 11100 1000000 10101101 1010100 111111 0 100000 11100001 1001000 100111

Color Harmonies of #1C40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C40AD

Black with #1C40AD

Text Example


Text Example

White with #1C40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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