#102D69

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

Shades of Sapphire #102D69

Tints of Sapphire #102D69

Color information

#102D69 (or 0x102D69) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 69. RGB value is (16,45,105). Sum of RGB (Red+Green+Blue) = 16+45+105=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #102D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D69 is #EFD296. Grayscale: #2A2A2A. Windows color (decimal): -15717015 or 6892816. OLE color: 6892816.

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

Color convert

RGB1645105-
CMYK0.850.5700.59
HSL220.45º73.55%23.73%-
HSV(B)220.45º84.76%41.18%-
XYZ3.73.0113.75-
YUV43.17162.89108.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 105 (41.41% from 255) = 63.25%
R=9.64%
G=27.11%
B=63.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16451050.850.5700.59220.4573.5523.73
Hex102D69553903Bdc4a18
Octal20551511257107333411230
Binary1000010110111010011010101111001011101111011100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102D69; }

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

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

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

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

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

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

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

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