#18296C

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

Shades of Sapphire #18296C

Tints of Sapphire #18296C

Color information

#18296C (or 0x18296C) is unknown color: approx Sapphire. HEX triplet: 18, 29 and 6C. RGB value is (24,41,108). Sum of RGB (Red+Green+Blue) = 24+41+108=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #18296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18296C is #E7D693. Grayscale: #2B2B2B. Windows color (decimal): -15193748 or 7088408. OLE color: 7088408.

HSL color Cylindrical-coordinate representation of color #18296C: hue angle of 227.86º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18296C is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2441108-
CMYK0.780.6200.58
HSL227.86º63.64%25.88%-
HSV(B)227.86º77.78%42.35%-
XYZ3.882.8614.54-
YUV43.56164.37114.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 108 (42.58% from 255) = 62.43%
R=13.87%
G=23.70%
B=62.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24411080.780.6200.58227.8663.6425.88
Hex18296C4E3E03Ae4401a
Octal30511541167607234410032
Binary1100010100111011001001110111110011101011100100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18296C; }

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

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

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

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

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

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

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

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