#182B5A

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

Shades of Sapphire #182B5A

Tints of Sapphire #182B5A

Color information

#182B5A (or 0x182B5A) is unknown color: approx Sapphire. HEX triplet: 18, 2B and 5A. RGB value is (24,43,90). Sum of RGB (Red+Green+Blue) = 24+43+90=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #182B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B5A is #E7D4A5. Grayscale: #2A2A2A. Windows color (decimal): -15193254 or 5909272. OLE color: 5909272.

HSL color Cylindrical-coordinate representation of color #182B5A: hue angle of 222.73º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #182B5A is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB244390-
CMYK0.730.5200.65
HSL222.73º57.89%22.35%-
HSV(B)222.73º73.33%35.29%-
XYZ3.092.6610.02-
YUV42.68154.71114.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=15.29%
G=27.39%
B=57.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2443900.730.5200.65222.7357.8922.35
Hex182B5A4934041df3a16
Octal30531321116401013377226
Binary1100010101110110101001001110100010000011101111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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