#181EBA

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

Shades of Persian Blue #181EBA

Tints of Persian Blue #181EBA

Color information

#181EBA (or 0x181EBA) is unknown color: approx Persian Blue. HEX triplet: 18, 1E and BA. RGB value is (24,30,186). Sum of RGB (Red+Green+Blue) = 24+30+186=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #181EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181EBA is #E7E145. Grayscale: #2D2D2D. Windows color (decimal): -15196486 or 12197400. OLE color: 12197400.

HSL color Cylindrical-coordinate representation of color #181EBA: hue angle of 237.78º 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 #181EBA is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2430186-
CMYK0.870.8400.27
HSL237.78º77.14%41.18%-
HSV(B)237.78º87.1%72.94%-
XYZ9.74.6746.84-
YUV45.99207.01112.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 30 (12.11% from 255) = 12.5%
BLUE value IS 186 (73.05% from 255) = 77.5%
R=10%
G=12.5%
B=77.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24301860.870.8400.27237.7877.1441.18
Hex181EBA575401Bee4d29
Octal303627212712403335611551
Binary11000111101011101010101111010100011011111011101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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