#103268

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

Shades of Sapphire #103268

Tints of Sapphire #103268

Color information

#103268 (or 0x103268) is unknown color: approx Sapphire. HEX triplet: 10, 32 and 68. RGB value is (16,50,104). Sum of RGB (Red+Green+Blue) = 16+50+104=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #103268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103268 is #EFCD97. Grayscale: #2D2D2D. Windows color (decimal): -15715736 or 6828560. OLE color: 6828560.

HSL color Cylindrical-coordinate representation of color #103268: hue angle of 216.82º 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 #103268 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1650104-
CMYK0.850.5200.59
HSL216.82º73.33%23.53%-
HSV(B)216.82º84.62%40.78%-
XYZ3.853.3913.55-
YUV45.99160.74106.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.41%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=9.41%
G=29.41%
B=61.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16501040.850.5200.59216.8273.3323.53
Hex103268553403Bd94918
Octal20621501256407333111130
Binary1000011001011010001010101110100011101111011001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103268; }

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

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

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

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

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

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

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

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