#102C73

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

Shades of Sapphire #102C73

Tints of Sapphire #102C73

Color information

#102C73 (or 0x102C73) is unknown color: approx Sapphire. HEX triplet: 10, 2C and 73. RGB value is (16,44,115). Sum of RGB (Red+Green+Blue) = 16+44+115=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #102C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C73 is #EFD38C. Grayscale: #2B2B2B. Windows color (decimal): -15717261 or 7547920. OLE color: 7547920.

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

Color convert

RGB1644115-
CMYK0.860.6200.55
HSL223.03º75.57%25.69%-
HSV(B)223.03º86.09%45.1%-
XYZ4.213.1516.61-
YUV43.72168.22108.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=9.14%
G=25.14%
B=65.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16441150.860.6200.55223.0375.5725.69
Hex102C73563E037df4c1a
Octal20541631267606733711432
Binary1000010110011100111010110111110011011111011111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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