#182bb5

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

Shades of Persian Blue #182BB5

Tints of Persian Blue #182BB5

Color information

#182BB5 (or 0x182BB5) is unknown color: approx Persian Blue. HEX triplet: 18, 2B and B5. RGB value is (24,43,181). Sum of RGB (Red+Green+Blue) = 24+43+181=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 181 (71.09% from 255 or 72.98% from 248); Max value from RGB is 181 - color contains mainly: blue. Hex color #182BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BB5 is #E7D44A. Grayscale: #343434. Windows color (decimal): -15193163 or 11873048. OLE color: 11873048.

HSL color Cylindrical-coordinate representation of color #182BB5: hue angle of 232.74º 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 #182BB5 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2443181-
CMYK0.870.7600.29
HSL232.74º76.59%40.2%-
HSV(B)232.74º86.74%70.98%-
XYZ9.585.2644.23-
YUV53.05200.21107.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 181 (71.09% from 255) = 72.98%
R=9.68%
G=17.34%
B=72.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24431810.870.7600.29232.7476.5940.2
Hex182BB5574C01De94d28
Octal305326512711403535111550
Binary110001010111011010110101111001100011101111010011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182bb5; }

 p { color: rgb(24,43,181); }

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

<style>
 a { background-color: #182bb5; }

 a { background-color: rgb(24,43,181); }

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

<style>
 span { border-color: #182bb5; }

 span { border-color: rgb(24,43,181); }

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