#103369

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

Shades of Sapphire #103369

Tints of Sapphire #103369

Color information

#103369 (or 0x103369) is unknown color: approx Sapphire. HEX triplet: 10, 33 and 69. RGB value is (16,51,105). Sum of RGB (Red+Green+Blue) = 16+51+105=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #103369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103369 is #EFCC96. Grayscale: #2E2E2E. Windows color (decimal): -15715479 or 6894352. OLE color: 6894352.

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

Color convert

RGB1651105-
CMYK0.850.5100.59
HSL216.4º73.55%23.73%-
HSV(B)216.4º84.76%41.18%-
XYZ3.953.513.83-
YUV46.69160.9106.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=9.30%
G=29.65%
B=61.05%

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
Decimal16511050.850.5100.59216.473.5523.73
Hex103369553303Bd84a18
Octal20631511256307333011230
Binary1000011001111010011010101110011011101111011000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103369; }

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

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

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

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

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

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

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

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