Html Css Color HEX #1C43AD Persian Blue

📋 copy color: '#1C43AD'

red 28 ◦ green 67 ◦ blue 173

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

Shades of Persian Blue #1C43AD

Tints of Persian Blue #1C43AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

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

R = 10.45%
G = 25%
B = 64.55%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C43AD (or 0x1C43AD) is known color: Persian Blue. HEX triplet: 1C, 43 and AD. RGB value is (28,67,173). Sum of RGB (Red+Green+Blue) = 28+67+173=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C43AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C43AD is #E3BC52. Grayscale: #424242. Windows color (decimal): -14924883 or 11354908. OLE color: 11354908.

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

Color convert

RGB 28 67 173 -
CMYK 0.84 0.61 0 0.32
HSL 223.86º 0.72% 0.39% -
HSV(B) 223.86º 0.84% 0.68% -
XYZ 10.03 7.28 40.41 -
YUV 67.42 187.58 99.88 -
System Red Green Blue C M Y K H S L
Decimal 28 67 173 0.84 0.61 0 0.32 223.86 0.72 0.39
Hex 1C 43 AD 54 3D 0 20 E0 48 27
Octal 34 103 255 124 75 0 40 340 110 47
Binary 11100 1000011 10101101 1010100 111101 0 100000 11100000 1001000 100111

Color Harmonies of #1C43AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C43AD

Black with #1C43AD

Text Example


Text Example

White with #1C43AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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