#1B44B0

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

Shades of Persian Blue #1B44B0

Tints of Persian Blue #1B44B0

Color information

#1B44B0 (or 0x1B44B0) is unknown color: approx Persian Blue. HEX triplet: 1B, 44 and B0. RGB value is (27,68,176). Sum of RGB (Red+Green+Blue) = 27+68+176=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 176 (69.14% from 255 or 64.94% from 271); Max value from RGB is 176 - color contains mainly: blue. Hex color #1B44B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B44B0 is #E4BB4F. Grayscale: #434343. Windows color (decimal): -14990160 or 11551771. OLE color: 11551771.

HSL color Cylindrical-coordinate representation of color #1B44B0: hue angle of 223.49º 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 #1B44B0 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2768176-
CMYK0.850.6100.31
HSL223.49º73.4%39.8%-
HSV(B)223.49º84.66%69.02%-
XYZ10.367.541.98-
YUV68.05188.9298.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.96%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 176 (69.14% from 255) = 64.94%
R=9.96%
G=25.09%
B=64.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27681760.850.6100.31223.4973.439.8
Hex1B44B0553D01Fdf4928
Octal331042601257503733711150
Binary110111000100101100001010101111101011111110111111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B44B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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