Html Css Color HEX #1C45AD Persian Blue

📋 copy color: '#1C45AD'

red 28 ◦ green 69 ◦ blue 173

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

Shades of Persian Blue #1C45AD

Tints of Persian Blue #1C45AD

RGB

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

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

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

R = 10.37%
G = 25.56%
B = 64.07%

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

#1C45AD (or 0x1C45AD) is known color: Persian Blue. HEX triplet: 1C, 45 and AD. RGB value is (28,69,173). Sum of RGB (Red+Green+Blue) = 28+69+173=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C45AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C45AD is #E3BA52. Grayscale: #444444. Windows color (decimal): -14924371 or 11355420. OLE color: 11355420.

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

Color convert

RGB 28 69 173 -
CMYK 0.84 0.60 0 0.32
HSL 223.03º 0.72% 0.39% -
HSV(B) 223.03º 0.84% 0.68% -
XYZ 10.15 7.52 40.45 -
YUV 68.6 186.92 99.04 -
System Red Green Blue C M Y K H S L
Decimal 28 69 173 0.84 0.60 0 0.32 223.03 0.72 0.39
Hex 1C 45 AD 54 3C 0 20 DF 48 27
Octal 34 105 255 124 74 0 40 337 110 47
Binary 11100 1000101 10101101 1010100 111100 0 100000 11011111 1001000 100111

Color Harmonies of #1C45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C45AD

Black with #1C45AD

Text Example


Text Example

White with #1C45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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