Html Css Color HEX #1B49AC Persian Blue

📋 copy color: '#1B49AC'

red 27 ◦ green 73 ◦ blue 172

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

Shades of Persian Blue #1B49AC

Tints of Persian Blue #1B49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

 BLUE value IS 172 (67.58% from 255) = 63.24%

R = 9.93%
G = 26.84%
B = 63.24%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B49AC (or 0x1B49AC) is known color: Persian Blue. HEX triplet: 1B, 49 and AC. RGB value is (27,73,172). Sum of RGB (Red+Green+Blue) = 27+73+172=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B49AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B49AC is #E4B653. Grayscale: #464646. Windows color (decimal): -14988884 or 11290907. OLE color: 11290907.

HSL color Cylindrical-coordinate representation of color #1B49AC: hue angle of 220.97º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B49AC is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 73 172 -
CMYK 0.84 0.58 0 0.33
HSL 220.97º 0.73% 0.39% -
HSV(B) 220.97º 0.84% 0.67% -
XYZ 10.28 7.98 40.03 -
YUV 70.53 185.26 96.95 -
System Red Green Blue C M Y K H S L
Decimal 27 73 172 0.84 0.58 0 0.33 220.97 0.73 0.39
Hex 1B 49 AC 54 3A 0 21 DD 49 27
Octal 33 111 254 124 72 0 41 335 111 47
Binary 11011 1001001 10101100 1010100 111010 0 100001 11011101 1001001 100111

Color Harmonies of #1B49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B49AC

Black with #1B49AC

Text Example


Text Example

White with #1B49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,73,172); }

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

background-color css

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

 a { background-color: rgb(27,73,172); }

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

border-color css

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

 span { border-color: rgb(27,73,172); }

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