#102B76

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

Shades of Sapphire #102B76

Tints of Sapphire #102B76

Color information

#102B76 (or 0x102B76) is unknown color: approx Sapphire. HEX triplet: 10, 2B and 76. RGB value is (16,43,118). Sum of RGB (Red+Green+Blue) = 16+43+118=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #102B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102B76 is #EFD489. Grayscale: #2B2B2B. Windows color (decimal): -15717514 or 7744272. OLE color: 7744272.

HSL color Cylindrical-coordinate representation of color #102B76: hue angle of 224.12º 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 #102B76 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1643118-
CMYK0.860.6400.54
HSL224.12º76.12%26.27%-
HSV(B)224.12º86.44%46.27%-
XYZ4.353.1517.52-
YUV43.48170.05108.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 43 (17.19% from 255) = 24.29%
BLUE value IS 118 (46.48% from 255) = 66.67%
R=9.04%
G=24.29%
B=66.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16431180.860.6400.54224.1276.1226.27
Hex102B765640036e04c1a
Octal205316612610006634011432
Binary10000101011111011010101101000000011011011100000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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