#181FB8

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

Shades of Persian Blue #181FB8

Tints of Persian Blue #181FB8

Color information

#181FB8 (or 0x181FB8) is unknown color: approx Persian Blue. HEX triplet: 18, 1F and B8. RGB value is (24,31,184). Sum of RGB (Red+Green+Blue) = 24+31+184=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 184 (72.27% from 255 or 76.99% from 239); Max value from RGB is 184 - color contains mainly: blue. Hex color #181FB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FB8 is #E7E047. Grayscale: #2D2D2D. Windows color (decimal): -15196232 or 12066584. OLE color: 12066584.

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

Color convert

RGB2431184-
CMYK0.870.8300.28
HSL237.38º76.92%40.78%-
HSV(B)237.38º86.96%72.16%-
XYZ9.524.6345.74-
YUV46.35205.68112.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 31 (12.5% from 255) = 12.97%
BLUE value IS 184 (72.27% from 255) = 76.99%
R=10.04%
G=12.97%
B=76.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal24311840.870.8300.28237.3876.9240.78
Hex181FB8575301Ced4d29
Octal303727012712303435511551
Binary11000111111011100010101111010011011100111011011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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