#1B49AF

Color #1B49AF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1B49AF

Tints of Persian Blue #1B49AF

Color information

#1B49AF (or 0x1B49AF) is unknown color: approx Persian Blue. HEX triplet: 1B, 49 and AF. RGB value is (27,73,175). Sum of RGB (Red+Green+Blue) = 27+73+175=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B49AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B49AF is #E4B650. Grayscale: #464646. Windows color (decimal): -14988881 or 11487515. OLE color: 11487515.

HSL color Cylindrical-coordinate representation of color #1B49AF: hue angle of 221.35º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B49AF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2773175-
CMYK0.850.5800.31
HSL221.35º73.27%39.61%-
HSV(B)221.35º84.57%68.63%-
XYZ10.578.0941.56-
YUV70.87186.7696.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.82%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 175 (68.75% from 255) = 63.64%
R=9.82%
G=26.55%
B=63.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27731750.850.5800.31221.3573.2739.61
Hex1B49AF553A01Fdd4928
Octal331112571257203733511150
Binary110111001001101011111010101111010011111110111011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B49AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B49AF;
 }
 .AnyTagClassName
 {
   color: #1B49AF;
 }
</style>
background-color css

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

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

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

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

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

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