#18317D

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

Shades of Sapphire #18317D

Tints of Sapphire #18317D

Color information

#18317D (or 0x18317D) is unknown color: approx Sapphire. HEX triplet: 18, 31 and 7D. RGB value is (24,49,125). Sum of RGB (Red+Green+Blue) = 24+49+125=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #18317D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18317D is #E7CE82. Grayscale: #313131. Windows color (decimal): -15191683 or 8204568. OLE color: 8204568.

HSL color Cylindrical-coordinate representation of color #18317D: hue angle of 225.15º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18317D is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2449125-
CMYK0.810.6100.51
HSL225.15º67.79%29.22%-
HSV(B)225.15º80.8%49.02%-
XYZ5.183.8719.88-
YUV50.19170.22109.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 125 (49.22% from 255) = 63.13%
R=12.12%
G=24.75%
B=63.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24491250.810.6100.51225.1567.7929.22
Hex18317D513D033e1441d
Octal30611751217506334110435
Binary1100011000111111011010001111101011001111100001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18317D; }

 p { color: rgb(24,49,125); }

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

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

 a { background-color: rgb(24,49,125); }

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

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

 span { border-color: rgb(24,49,125); }

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