Html Css Color HEX #1C43AE Persian Blue

📋 copy color: '#1C43AE'

red 28 ◦ green 67 ◦ blue 174

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

Shades of Persian Blue #1C43AE

Tints of Persian Blue #1C43AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.68%

R = 10.41%
G = 24.91%
B = 64.68%

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

#1C43AE (or 0x1C43AE) is known color: Persian Blue. HEX triplet: 1C, 43 and AE. RGB value is (28,67,174). Sum of RGB (Red+Green+Blue) = 28+67+174=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C43AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C43AE is #E3BC51. Grayscale: #434343. Windows color (decimal): -14924882 or 11420444. OLE color: 11420444.

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

Color convert

RGB 28 67 174 -
CMYK 0.84 0.61 0 0.32
HSL 223.97º 0.72% 0.4% -
HSV(B) 223.97º 0.84% 0.68% -
XYZ 10.13 7.32 40.92 -
YUV 67.54 188.08 99.8 -
System Red Green Blue C M Y K H S L
Decimal 28 67 174 0.84 0.61 0 0.32 223.97 0.72 0.4
Hex 1C 43 AE 54 3D 0 20 E0 48 28
Octal 34 103 256 124 75 0 40 340 110 50
Binary 11100 1000011 10101110 1010100 111101 0 100000 11100000 1001000 101000

Color Harmonies of #1C43AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C43AE

Black with #1C43AE

Text Example


Text Example

White with #1C43AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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