#1B43B0

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

Shades of Persian Blue #1B43B0

Tints of Persian Blue #1B43B0

Color information

#1B43B0 (or 0x1B43B0) is unknown color: approx Persian Blue. HEX triplet: 1B, 43 and B0. RGB value is (27,67,176). Sum of RGB (Red+Green+Blue) = 27+67+176=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #1B43B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B43B0 is #E4BC4F. Grayscale: #424242. Windows color (decimal): -14990416 or 11551515. OLE color: 11551515.

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

Color convert

RGB2767176-
CMYK0.850.6200.31
HSL223.89º73.4%39.8%-
HSV(B)223.89º84.66%69.02%-
XYZ10.37.3841.96-
YUV67.47189.2599.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 176 (69.14% from 255) = 65.19%
R=10%
G=24.81%
B=65.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27671760.850.6200.31223.8973.439.8
Hex1B43B0553E01Fe04928
Octal331032601257603734011150
Binary110111000011101100001010101111110011111111000001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B43B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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