#181FBE

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

Shades of Persian Blue #181FBE

Tints of Persian Blue #181FBE

Color information

#181FBE (or 0x181FBE) is unknown color: approx Persian Blue. HEX triplet: 18, 1F and BE. RGB value is (24,31,190). Sum of RGB (Red+Green+Blue) = 24+31+190=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #181FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FBE is #E7E041. Grayscale: #2E2E2E. Windows color (decimal): -15196226 or 12459800. OLE color: 12459800.

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

Color convert

RGB2431190-
CMYK0.870.8400.25
HSL237.47º77.57%41.96%-
HSV(B)237.47º87.37%74.51%-
XYZ10.164.8949.12-
YUV47.03208.68111.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.80%
GREEN value IS 31 (12.5% from 255) = 12.65%
BLUE value IS 190 (74.61% from 255) = 77.55%
R=9.80%
G=12.65%
B=77.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24311900.870.8400.25237.4777.5741.96
Hex181FBE5754019ed4e2a
Octal303727612712403135511652
Binary11000111111011111010101111010100011001111011011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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