#10346D

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

Shades of Sapphire #10346D

Tints of Sapphire #10346D

Color information

#10346D (or 0x10346D) is unknown color: approx Sapphire. HEX triplet: 10, 34 and 6D. RGB value is (16,52,109). Sum of RGB (Red+Green+Blue) = 16+52+109=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #10346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10346D is #EFCB92. Grayscale: #2F2F2F. Windows color (decimal): -15715219 or 7156752. OLE color: 7156752.

HSL color Cylindrical-coordinate representation of color #10346D: hue angle of 216.77º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10346D is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1652109-
CMYK0.850.5200.57
HSL216.77º74.4%24.51%-
HSV(B)216.77º85.32%42.75%-
XYZ4.23.6714.95-
YUV47.73162.57105.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 109 (42.97% from 255) = 61.58%
R=9.04%
G=29.38%
B=61.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16521090.850.5200.57216.7774.424.51
Hex10346D5534039d94a19
Octal20641551256407133111231
Binary1000011010011011011010101110100011100111011001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10346D; }

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

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

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

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

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

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

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

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