Html Css Color HEX #1C48AD Persian Blue

📋 copy color: '#1C48AD'

red 28 ◦ green 72 ◦ blue 173

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

Shades of Persian Blue #1C48AD

Tints of Persian Blue #1C48AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

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

R = 10.26%
G = 26.37%
B = 63.37%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C48AD (or 0x1C48AD) is known color: Persian Blue. HEX triplet: 1C, 48 and AD. RGB value is (28,72,173). Sum of RGB (Red+Green+Blue) = 28+72+173=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C48AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C48AD is #E3B752. Grayscale: #454545. Windows color (decimal): -14923603 or 11356188. OLE color: 11356188.

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

Color convert

RGB 28 72 173 -
CMYK 0.84 0.58 0 0.32
HSL 221.79º 0.72% 0.39% -
HSV(B) 221.79º 0.84% 0.68% -
XYZ 10.34 7.9 40.51 -
YUV 70.36 185.92 97.79 -
System Red Green Blue C M Y K H S L
Decimal 28 72 173 0.84 0.58 0 0.32 221.79 0.72 0.39
Hex 1C 48 AD 54 3A 0 20 DE 48 27
Octal 34 110 255 124 72 0 40 336 110 47
Binary 11100 1001000 10101101 1010100 111010 0 100000 11011110 1001000 100111

Color Harmonies of #1C48AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C48AD

Black with #1C48AD

Text Example


Text Example

White with #1C48AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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