Html Css Color HEX #1B48AD Persian Blue

📋 copy color: '#1B48AD'

red 27 ◦ green 72 ◦ blue 173

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

Shades of Persian Blue #1B48AD

Tints of Persian Blue #1B48AD

RGB

 RED value IS 27 (10.94% from 255) = 9.93%

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

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

R = 9.93%
G = 26.47%
B = 63.6%

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

#1B48AD (or 0x1B48AD) is known color: Persian Blue. HEX triplet: 1B, 48 and AD. RGB value is (27,72,173). Sum of RGB (Red+Green+Blue) = 27+72+173=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B48AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B48AD is #E4B752. Grayscale: #454545. Windows color (decimal): -14989139 or 11356187. OLE color: 11356187.

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

Color convert

RGB 27 72 173 -
CMYK 0.84 0.58 0 0.32
HSL 221.51º 0.73% 0.39% -
HSV(B) 221.51º 0.84% 0.68% -
XYZ 10.31 7.88 40.51 -
YUV 70.06 186.09 97.29 -
System Red Green Blue C M Y K H S L
Decimal 27 72 173 0.84 0.58 0 0.32 221.51 0.73 0.39
Hex 1B 48 AD 54 3A 0 20 DE 49 27
Octal 33 110 255 124 72 0 40 336 111 47
Binary 11011 1001000 10101101 1010100 111010 0 100000 11011110 1001001 100111

Color Harmonies of #1B48AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B48AD

Black with #1B48AD

Text Example


Text Example

White with #1B48AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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