#181BB7

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

Shades of Persian Blue #181BB7

Tints of Persian Blue #181BB7

Color information

#181BB7 (or 0x181BB7) is unknown color: approx Persian Blue. HEX triplet: 18, 1B and B7. RGB value is (24,27,183). Sum of RGB (Red+Green+Blue) = 24+27+183=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 183 (71.88% from 255 or 78.21% from 234); Max value from RGB is 183 - color contains mainly: blue. Hex color #181BB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181BB7 is #E7E448. Grayscale: #2B2B2B. Windows color (decimal): -15197257 or 12000024. OLE color: 12000024.

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

Color convert

RGB2427183-
CMYK0.870.8500.28
HSL238.87º76.81%40.59%-
HSV(B)238.87º86.89%71.76%-
XYZ9.324.445.16-
YUV43.89206.51113.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.26%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 183 (71.88% from 255) = 78.21%
R=10.26%
G=11.54%
B=78.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal24271830.870.8500.28238.8776.8140.59
Hex181BB7575501Cef4d29
Octal303326712712503435711551
Binary11000110111011011110101111010101011100111011111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,27,183); }

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

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

 a { background-color: rgb(24,27,183); }

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

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

 span { border-color: rgb(24,27,183); }

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