Html Css Color HEX #1C46AE Persian Blue

📋 copy color: '#1C46AE'

red 28 ◦ green 70 ◦ blue 174

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

Shades of Persian Blue #1C46AE

Tints of Persian Blue #1C46AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

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

R = 10.29%
G = 25.74%
B = 63.97%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C46AE (or 0x1C46AE) is known color: Persian Blue. HEX triplet: 1C, 46 and AE. RGB value is (28,70,174). Sum of RGB (Red+Green+Blue) = 28+70+174=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C46AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C46AE is #E3B951. Grayscale: #444444. Windows color (decimal): -14924114 or 11421212. OLE color: 11421212.

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

Color convert

RGB 28 70 174 -
CMYK 0.84 0.60 0 0.32
HSL 222.74º 0.72% 0.4% -
HSV(B) 222.74º 0.84% 0.68% -
XYZ 10.31 7.68 40.98 -
YUV 69.3 187.09 98.54 -
System Red Green Blue C M Y K H S L
Decimal 28 70 174 0.84 0.60 0 0.32 222.74 0.72 0.4
Hex 1C 46 AE 54 3C 0 20 DF 48 28
Octal 34 106 256 124 74 0 40 337 110 50
Binary 11100 1000110 10101110 1010100 111100 0 100000 11011111 1001000 101000

Color Harmonies of #1C46AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C46AE

Black with #1C46AE

Text Example


Text Example

White with #1C46AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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