Html Css Color HEX #1C43AC Persian Blue

📋 copy color: '#1C43AC'

red 28 ◦ green 67 ◦ blue 172

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

Shades of Persian Blue #1C43AC

Tints of Persian Blue #1C43AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.42%

R = 10.49%
G = 25.09%
B = 64.42%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C43AC (or 0x1C43AC) is known color: Persian Blue. HEX triplet: 1C, 43 and AC. RGB value is (28,67,172). Sum of RGB (Red+Green+Blue) = 28+67+172=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C43AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C43AC is #E3BC53. Grayscale: #424242. Windows color (decimal): -14924884 or 11289372. OLE color: 11289372.

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

Color convert

RGB 28 67 172 -
CMYK 0.84 0.61 0 0.33
HSL 223.75º 0.72% 0.39% -
HSV(B) 223.75º 0.84% 0.67% -
XYZ 9.93 7.24 39.9 -
YUV 67.31 187.08 99.96 -
System Red Green Blue C M Y K H S L
Decimal 28 67 172 0.84 0.61 0 0.33 223.75 0.72 0.39
Hex 1C 43 AC 54 3D 0 21 E0 48 27
Octal 34 103 254 124 75 0 41 340 110 47
Binary 11100 1000011 10101100 1010100 111101 0 100001 11100000 1001000 100111

Color Harmonies of #1C43AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C43AC

Black with #1C43AC

Text Example


Text Example

White with #1C43AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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