#18317E

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

Shades of Sapphire #18317E

Tints of Sapphire #18317E

Color information

#18317E (or 0x18317E) is unknown color: approx Sapphire. HEX triplet: 18, 31 and 7E. RGB value is (24,49,126). Sum of RGB (Red+Green+Blue) = 24+49+126=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #18317E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18317E is #E7CE81. Grayscale: #313131. Windows color (decimal): -15191682 or 8270104. OLE color: 8270104.

HSL color Cylindrical-coordinate representation of color #18317E: hue angle of 225.29º 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 #18317E is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2449126-
CMYK0.810.6100.51
HSL225.29º68%29.41%-
HSV(B)225.29º80.95%49.41%-
XYZ5.243.920.21-
YUV50.3170.72109.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 126 (49.61% from 255) = 63.32%
R=12.06%
G=24.62%
B=63.32%

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
Decimal24491260.810.6100.51225.296829.41
Hex18317E513D033e1441d
Octal30611761217506334110435
Binary1100011000111111101010001111101011001111100001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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