#103478

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

Shades of Sapphire #103478

Tints of Sapphire #103478

Color information

#103478 (or 0x103478) is unknown color: approx Sapphire. HEX triplet: 10, 34 and 78. RGB value is (16,52,120). Sum of RGB (Red+Green+Blue) = 16+52+120=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #103478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103478 is #EFCB87. Grayscale: #303030. Windows color (decimal): -15715208 or 7877648. OLE color: 7877648.

HSL color Cylindrical-coordinate representation of color #103478: hue angle of 219.23º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103478 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1652120-
CMYK0.870.5700.53
HSL219.23º76.47%26.67%-
HSV(B)219.23º86.67%47.06%-
XYZ4.833.9218.27-
YUV48.99168.07104.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 120 (47.27% from 255) = 63.83%
R=8.51%
G=27.66%
B=63.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16521200.870.5700.53219.2376.4726.67
Hex1034785739035db4c1b
Octal20641701277106533311433
Binary1000011010011110001010111111001011010111011011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103478; }

 p { color: rgb(16,52,120); }

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

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

 a { background-color: rgb(16,52,120); }

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

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

 span { border-color: rgb(16,52,120); }

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