#102D66

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

Shades of Sapphire #102D66

Tints of Sapphire #102D66

Color information

#102D66 (or 0x102D66) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 66. RGB value is (16,45,102). Sum of RGB (Red+Green+Blue) = 16+45+102=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #102D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D66 is #EFD299. Grayscale: #2A2A2A. Windows color (decimal): -15717018 or 6696208. OLE color: 6696208.

HSL color Cylindrical-coordinate representation of color #102D66: hue angle of 219.77º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102D66 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1645102-
CMYK0.840.5600.6
HSL219.77º72.88%23.14%-
HSV(B)219.77º84.31%40%-
XYZ3.552.9512.95-
YUV42.83161.39108.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 102 (40.23% from 255) = 62.58%
R=9.82%
G=27.61%
B=62.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16451020.840.5600.6219.7772.8823.14
Hex102D66543803Cdc4917
Octal20551461247007433411127
Binary1000010110111001101010100111000011110011011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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