#181fb6

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

Shades of Persian Blue #181FB6

Tints of Persian Blue #181FB6

Color information

#181FB6 (or 0x181FB6) is unknown color: approx Persian Blue. HEX triplet: 18, 1F and B6. RGB value is (24,31,182). Sum of RGB (Red+Green+Blue) = 24+31+182=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 182 (71.48% from 255 or 76.79% from 237); Max value from RGB is 182 - color contains mainly: blue. Hex color #181FB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FB6 is #E7E049. Grayscale: #2D2D2D. Windows color (decimal): -15196234 or 11935512. OLE color: 11935512.

HSL color Cylindrical-coordinate representation of color #181FB6: hue angle of 237.34º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181FB6 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2431182-
CMYK0.870.8300.29
HSL237.34º76.7%40.39%-
HSV(B)237.34º86.81%71.37%-
XYZ9.314.5544.64-
YUV46.12204.68112.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 31 (12.5% from 255) = 13.08%
BLUE value IS 182 (71.48% from 255) = 76.79%
R=10.13%
G=13.08%
B=76.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24311820.870.8300.29237.3476.740.39
Hex181FB6575301Ded4d28
Octal303726612712303535511550
Binary11000111111011011010101111010011011101111011011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181fb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,31,182); }

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

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

 a { background-color: rgb(24,31,182); }

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

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

 span { border-color: rgb(24,31,182); }

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