#1B44BA

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

Shades of Persian Blue #1B44BA

Tints of Persian Blue #1B44BA

Color information

#1B44BA (or 0x1B44BA) is unknown color: approx Persian Blue. HEX triplet: 1B, 44 and BA. RGB value is (27,68,186). Sum of RGB (Red+Green+Blue) = 27+68+186=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B44BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B44BA is #E4BB45. Grayscale: #444444. Windows color (decimal): -14990150 or 12207131. OLE color: 12207131.

HSL color Cylindrical-coordinate representation of color #1B44BA: hue angle of 224.53º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B44BA is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2768186-
CMYK0.850.6300.27
HSL224.53º74.65%41.76%-
HSV(B)224.53º85.48%72.94%-
XYZ11.387.9147.38-
YUV69.19193.9297.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.61%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 186 (73.05% from 255) = 66.19%
R=9.61%
G=24.20%
B=66.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27681860.850.6300.27224.5374.6541.76
Hex1B44BA553F01Be14b2a
Octal331042721257703334111352
Binary110111000100101110101010101111111011011111000011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B44BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,68,186); }

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

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

 a { background-color: rgb(27,68,186); }

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

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

 span { border-color: rgb(27,68,186); }

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