Html Css Color HEX #1C45AE Persian Blue

📋 copy color: '#1C45AE'

red 28 ◦ green 69 ◦ blue 174

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

Shades of Persian Blue #1C45AE

Tints of Persian Blue #1C45AE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 10.33%
G = 25.46%
B = 64.21%

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

#1C45AE (or 0x1C45AE) is known color: Persian Blue. HEX triplet: 1C, 45 and AE. RGB value is (28,69,174). Sum of RGB (Red+Green+Blue) = 28+69+174=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C45AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C45AE is #E3BA51. Grayscale: #444444. Windows color (decimal): -14924370 or 11420956. OLE color: 11420956.

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

Color convert

RGB 28 69 174 -
CMYK 0.84 0.60 0 0.32
HSL 223.15º 0.72% 0.4% -
HSV(B) 223.15º 0.84% 0.68% -
XYZ 10.25 7.56 40.96 -
YUV 68.71 187.42 98.96 -
System Red Green Blue C M Y K H S L
Decimal 28 69 174 0.84 0.60 0 0.32 223.15 0.72 0.4
Hex 1C 45 AE 54 3C 0 20 DF 48 28
Octal 34 105 256 124 74 0 40 337 110 50
Binary 11100 1000101 10101110 1010100 111100 0 100000 11011111 1001000 101000

Color Harmonies of #1C45AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C45AE

Black with #1C45AE

Text Example


Text Example

White with #1C45AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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