#10317A

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

Shades of Sapphire #10317A

Tints of Sapphire #10317A

Color information

#10317A (or 0x10317A) is unknown color: approx Sapphire. HEX triplet: 10, 31 and 7A. RGB value is (16,49,122). Sum of RGB (Red+Green+Blue) = 16+49+122=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #10317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10317A is #EFCE85. Grayscale: #2F2F2F. Windows color (decimal): -15715974 or 8007952. OLE color: 8007952.

HSL color Cylindrical-coordinate representation of color #10317A: hue angle of 221.32º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10317A is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1649122-
CMYK0.870.6000.52
HSL221.32º76.81%27.06%-
HSV(B)221.32º86.89%47.84%-
XYZ4.823.7118.87-
YUV47.46170.07105.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 122 (48.05% from 255) = 65.24%
R=8.56%
G=26.20%
B=65.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16491220.870.6000.52221.3276.8127.06
Hex10317A573C034dd4d1b
Octal20611721277406433511533
Binary1000011000111110101010111111100011010011011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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