#102D76

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

Shades of Sapphire #102D76

Tints of Sapphire #102D76

Color information

#102D76 (or 0x102D76) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 76. RGB value is (16,45,118). Sum of RGB (Red+Green+Blue) = 16+45+118=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #102D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D76 is #EFD289. Grayscale: #2C2C2C. Windows color (decimal): -15717002 or 7744784. OLE color: 7744784.

HSL color Cylindrical-coordinate representation of color #102D76: hue angle of 222.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102D76 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1645118-
CMYK0.860.6200.54
HSL222.94º76.12%26.27%-
HSV(B)222.94º86.44%46.27%-
XYZ4.423.2917.54-
YUV44.65169.39107.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 118 (46.48% from 255) = 65.92%
R=8.94%
G=25.14%
B=65.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16451180.860.6200.54222.9476.1226.27
Hex102D76563E036df4c1a
Octal20551661267606633711432
Binary1000010110111101101010110111110011011011011111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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