#182963

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

Shades of Sapphire #182963

Tints of Sapphire #182963

Color information

#182963 (or 0x182963) is unknown color: approx Sapphire. HEX triplet: 18, 29 and 63. RGB value is (24,41,99). Sum of RGB (Red+Green+Blue) = 24+41+99=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #182963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182963 is #E7D69C. Grayscale: #2A2A2A. Windows color (decimal): -15193757 or 6498584. OLE color: 6498584.

HSL color Cylindrical-coordinate representation of color #182963: hue angle of 226.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182963 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB244199-
CMYK0.760.5900.61
HSL226.4º60.98%24.12%-
HSV(B)226.4º75.76%38.82%-
XYZ3.422.6812.14-
YUV42.53159.87114.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 60.37%
R=14.63%
G=25%
B=60.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2441990.760.5900.61226.460.9824.12
Hex1829634C3B03De23d18
Octal3051143114730753427530
Binary110001010011100011100110011101101111011110001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182963; }

 p { color: rgb(24,41,99); }

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

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

 a { background-color: rgb(24,41,99); }

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

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

 span { border-color: rgb(24,41,99); }

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