#181ABA

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

Shades of Persian Blue #181ABA

Tints of Persian Blue #181ABA

Color information

#181ABA (or 0x181ABA) is unknown color: approx Persian Blue. HEX triplet: 18, 1A and BA. RGB value is (24,26,186). Sum of RGB (Red+Green+Blue) = 24+26+186=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #181ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ABA is #E7E545. Grayscale: #2B2B2B. Windows color (decimal): -15197510 or 12196376. OLE color: 12196376.

HSL color Cylindrical-coordinate representation of color #181ABA: hue angle of 239.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181ABA is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2426186-
CMYK0.870.8600.27
HSL239.26º77.14%41.18%-
HSV(B)239.26º87.1%72.94%-
XYZ9.614.4846.81-
YUV43.64208.34113.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 26 (10.55% from 255) = 11.02%
BLUE value IS 186 (73.05% from 255) = 78.81%
R=10.17%
G=11.02%
B=78.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24261860.870.8600.27239.2677.1441.18
Hex181ABA575601Bef4d29
Octal303227212712603335711551
Binary11000110101011101010101111010110011011111011111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181ABA; }

 p { color: rgb(24,26,186); }

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

<style>
 a { background-color: #181ABA; }

 a { background-color: rgb(24,26,186); }

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

<style>
 span { border-color: #181ABA; }

 span { border-color: rgb(24,26,186); }

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