#102E73

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

Shades of Sapphire #102E73

Tints of Sapphire #102E73

Color information

#102E73 (or 0x102E73) is unknown color: approx Sapphire. HEX triplet: 10, 2E and 73. RGB value is (16,46,115). Sum of RGB (Red+Green+Blue) = 16+46+115=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #102E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E73 is #EFD18C. Grayscale: #2C2C2C. Windows color (decimal): -15716749 or 7548432. OLE color: 7548432.

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

Color convert

RGB1646115-
CMYK0.860.600.55
HSL221.82º75.57%25.69%-
HSV(B)221.82º86.09%45.1%-
XYZ4.293.316.63-
YUV44.9167.56107.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 115 (45.31% from 255) = 64.97%
R=9.04%
G=25.99%
B=64.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16461150.860.600.55221.8275.5725.69
Hex102E73563C037de4c1a
Octal20561631267406733611432
Binary1000010111011100111010110111100011011111011110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,46,115); }

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

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

 a { background-color: rgb(16,46,115); }

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

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

 span { border-color: rgb(16,46,115); }

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