#103368

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

Shades of Sapphire #103368

Tints of Sapphire #103368

Color information

#103368 (or 0x103368) is unknown color: approx Sapphire. HEX triplet: 10, 33 and 68. RGB value is (16,51,104). Sum of RGB (Red+Green+Blue) = 16+51+104=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #103368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103368 is #EFCC97. Grayscale: #2E2E2E. Windows color (decimal): -15715480 or 6828816. OLE color: 6828816.

HSL color Cylindrical-coordinate representation of color #103368: hue angle of 216.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103368 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1651104-
CMYK0.850.5100.59
HSL216.14º73.33%23.53%-
HSV(B)216.14º84.62%40.78%-
XYZ3.93.4813.56-
YUV46.58160.4106.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 104 (41.02% from 255) = 60.82%
R=9.36%
G=29.82%
B=60.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16511040.850.5100.59216.1473.3323.53
Hex103368553303Bd84918
Octal20631501256307333011130
Binary1000011001111010001010101110011011101111011000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103368; }

 p { color: rgb(16,51,104); }

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

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

 a { background-color: rgb(16,51,104); }

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

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

 span { border-color: rgb(16,51,104); }

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