#182AB9

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

Shades of Persian Blue #182AB9

Tints of Persian Blue #182AB9

Color information

#182AB9 (or 0x182AB9) is unknown color: approx Persian Blue. HEX triplet: 18, 2A and B9. RGB value is (24,42,185). Sum of RGB (Red+Green+Blue) = 24+42+185=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 185 (72.66% from 255 or 73.71% from 251); Max value from RGB is 185 - color contains mainly: blue. Hex color #182AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182AB9 is #E7D546. Grayscale: #343434. Windows color (decimal): -15193415 or 12134936. OLE color: 12134936.

HSL color Cylindrical-coordinate representation of color #182AB9: hue angle of 233.29º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182AB9 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2442185-
CMYK0.870.7700.27
HSL233.29º77.03%40.98%-
HSV(B)233.29º87.03%72.55%-
XYZ9.965.3546.41-
YUV52.92202.54107.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.56%
GREEN value IS 42 (16.80% from 255) = 16.73%
BLUE value IS 185 (72.66% from 255) = 73.71%
R=9.56%
G=16.73%
B=73.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24421850.870.7700.27233.2977.0340.98
Hex182AB9574D01Be94d29
Octal305227112711503335111551
Binary110001010101011100110101111001101011011111010011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,42,185); }

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

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

 a { background-color: rgb(24,42,185); }

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

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

 span { border-color: rgb(24,42,185); }

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