#182666

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

Shades of Sapphire #182666

Tints of Sapphire #182666

Color information

#182666 (or 0x182666) is unknown color: approx Sapphire. HEX triplet: 18, 26 and 66. RGB value is (24,38,102). Sum of RGB (Red+Green+Blue) = 24+38+102=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #182666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182666 is #E7D999. Grayscale: #282828. Windows color (decimal): -15194522 or 6694424. OLE color: 6694424.

HSL color Cylindrical-coordinate representation of color #182666: hue angle of 229.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182666 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2438102-
CMYK0.760.6300.6
HSL229.23º61.9%24.71%-
HSV(B)229.23º76.47%40%-
XYZ3.472.5412.88-
YUV41.11162.36115.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 102 (40.23% from 255) = 62.20%
R=14.63%
G=23.17%
B=62.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24381020.760.6300.6229.2361.924.71
Hex1826664C3F03Ce53e19
Octal3046146114770743457631
Binary110001001101100110100110011111101111001110010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182666; }

 p { color: rgb(24,38,102); }

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

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

 a { background-color: rgb(24,38,102); }

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

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

 span { border-color: rgb(24,38,102); }

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