#181ABF

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

Shades of Persian Blue #181ABF

Tints of Persian Blue #181ABF

Color information

#181ABF (or 0x181ABF) is unknown color: approx Persian Blue. HEX triplet: 18, 1A and BF. RGB value is (24,26,191). Sum of RGB (Red+Green+Blue) = 24+26+191=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 191 (75% from 255 or 79.25% from 241); Max value from RGB is 191 - color contains mainly: blue. Hex color #181ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ABF is #E7E540. Grayscale: #2B2B2B. Windows color (decimal): -15197505 or 12524056. OLE color: 12524056.

HSL color Cylindrical-coordinate representation of color #181ABF: hue angle of 239.28º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181ABF is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2426191-
CMYK0.870.8600.25
HSL239.28º77.67%42.16%-
HSV(B)239.28º87.43%74.9%-
XYZ10.154.6949.66-
YUV44.21210.84113.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 191 (75% from 255) = 79.25%
R=9.96%
G=10.79%
B=79.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24261910.870.8600.25239.2877.6742.16
Hex181ABF5756019ef4e2a
Octal303227712712603135711652
Binary11000110101011111110101111010110011001111011111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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