#10307A

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

Shades of Sapphire #10307A

Tints of Sapphire #10307A

Color information

#10307A (or 0x10307A) is unknown color: approx Sapphire. HEX triplet: 10, 30 and 7A. RGB value is (16,48,122). Sum of RGB (Red+Green+Blue) = 16+48+122=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 122 (48.05% from 255 or 65.59% from 186); Max value from RGB is 122 - color contains mainly: blue. Hex color #10307A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10307A is #EFCF85. Grayscale: #2E2E2E. Windows color (decimal): -15716230 or 8007696. OLE color: 8007696.

HSL color Cylindrical-coordinate representation of color #10307A: hue angle of 221.89º 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 #10307A is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1648122-
CMYK0.870.6100.52
HSL221.89º76.81%27.06%-
HSV(B)221.89º86.89%47.84%-
XYZ4.783.6318.86-
YUV46.87170.4105.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 122 (48.05% from 255) = 65.59%
R=8.60%
G=25.81%
B=65.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16481220.870.6100.52221.8976.8127.06
Hex10307A573D034de4d1b
Octal20601721277506433611533
Binary1000011000011110101010111111101011010011011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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