#103075

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

Shades of Sapphire #103075

Tints of Sapphire #103075

Color information

#103075 (or 0x103075) is unknown color: approx Sapphire. HEX triplet: 10, 30 and 75. RGB value is (16,48,117). Sum of RGB (Red+Green+Blue) = 16+48+117=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #103075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103075 is #EFCF8A. Grayscale: #2D2D2D. Windows color (decimal): -15716235 or 7680016. OLE color: 7680016.

HSL color Cylindrical-coordinate representation of color #103075: hue angle of 220.99º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103075 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1648117-
CMYK0.860.5900.54
HSL220.99º75.94%26.08%-
HSV(B)220.99º86.32%45.88%-
XYZ4.483.5117.27-
YUV46.3167.9106.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 117 (46.09% from 255) = 64.64%
R=8.84%
G=26.52%
B=64.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16481170.860.5900.54220.9975.9426.08
Hex103075563B036dd4c1a
Octal20601651267306633511432
Binary1000011000011101011010110111011011011011011101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103075; }

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

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

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

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

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

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

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

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