#1B2ABA

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

Shades of Persian Blue #1B2ABA

Tints of Persian Blue #1B2ABA

Color information

#1B2ABA (or 0x1B2ABA) is unknown color: approx Persian Blue. HEX triplet: 1B, 2A and BA. RGB value is (27,42,186). Sum of RGB (Red+Green+Blue) = 27+42+186=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B2ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2ABA is #E4D545. Grayscale: #353535. Windows color (decimal): -14996806 or 12200475. OLE color: 12200475.

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

Color convert

RGB2742186-
CMYK0.850.7700.27
HSL234.34º74.65%41.76%-
HSV(B)234.34º85.48%72.94%-
XYZ10.145.4346.97-
YUV53.93202.53108.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.59%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 186 (73.05% from 255) = 72.94%
R=10.59%
G=16.47%
B=72.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27421860.850.7700.27234.3474.6541.76
Hex1B2ABA554D01Bea4b2a
Octal335227212511503335211352
Binary110111010101011101010101011001101011011111010101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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