#102D7C

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

Shades of Sapphire #102D7C

Tints of Sapphire #102D7C

Color information

#102D7C (or 0x102D7C) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 7C. RGB value is (16,45,124). Sum of RGB (Red+Green+Blue) = 16+45+124=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #102D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D7C is #EFD283. Grayscale: #2C2C2C. Windows color (decimal): -15716996 or 8138000. OLE color: 8138000.

HSL color Cylindrical-coordinate representation of color #102D7C: hue angle of 223.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102D7C is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1645124-
CMYK0.870.6400.51
HSL223.89º77.14%27.45%-
HSV(B)223.89º87.1%48.63%-
XYZ4.793.4419.48-
YUV45.34172.39107.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 124 (48.83% from 255) = 67.03%
R=8.65%
G=24.32%
B=67.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16451240.870.6400.51223.8977.1427.45
Hex102D7C5740033e04d1b
Octal205517412710006334011533
Binary10000101101111110010101111000000011001111100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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