#10317D

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

Shades of Sapphire #10317D

Tints of Sapphire #10317D

Color information

#10317D (or 0x10317D) is unknown color: approx Sapphire. HEX triplet: 10, 31 and 7D. RGB value is (16,49,125). Sum of RGB (Red+Green+Blue) = 16+49+125=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #10317D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10317D is #EFCE82. Grayscale: #2F2F2F. Windows color (decimal): -15715971 or 8204560. OLE color: 8204560.

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

Color convert

RGB1649125-
CMYK0.870.6100.51
HSL221.83º77.3%27.65%-
HSV(B)221.83º87.2%49.02%-
XYZ5.013.7919.87-
YUV47.8171.57105.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 125 (49.22% from 255) = 65.79%
R=8.42%
G=25.79%
B=65.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16491250.870.6100.51221.8377.327.65
Hex10317D573D033de4d1c
Octal20611751277506333611534
Binary1000011000111111011010111111101011001111011110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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