#182D6D

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

Shades of Sapphire #182D6D

Tints of Sapphire #182D6D

Color information

#182D6D (or 0x182D6D) is unknown color: approx Sapphire. HEX triplet: 18, 2D and 6D. RGB value is (24,45,109). Sum of RGB (Red+Green+Blue) = 24+45+109=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #182D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D6D is #E7D292. Grayscale: #2D2D2D. Windows color (decimal): -15192723 or 7154968. OLE color: 7154968.

HSL color Cylindrical-coordinate representation of color #182D6D: hue angle of 225.18º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #182D6D is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2445109-
CMYK0.780.5900.57
HSL225.18º63.91%26.08%-
HSV(B)225.18º77.98%42.75%-
XYZ4.083.1814.87-
YUV46.02163.54112.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 45 (17.97% from 255) = 25.28%
BLUE value IS 109 (42.97% from 255) = 61.24%
R=13.48%
G=25.28%
B=61.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24451090.780.5900.57225.1863.9126.08
Hex182D6D4E3B039e1401a
Octal30551551167307134110032
Binary1100010110111011011001110111011011100111100001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,45,109); }

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

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

 a { background-color: rgb(24,45,109); }

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

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

 span { border-color: rgb(24,45,109); }

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