#102E7A

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

Shades of Sapphire #102E7A

Tints of Sapphire #102E7A

Color information

#102E7A (or 0x102E7A) is unknown color: approx Sapphire. HEX triplet: 10, 2E and 7A. RGB value is (16,46,122). Sum of RGB (Red+Green+Blue) = 16+46+122=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 122 (48.05% from 255 or 66.30% from 184); Max value from RGB is 122 - color contains mainly: blue. Hex color #102E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E7A is #EFD185. Grayscale: #2D2D2D. Windows color (decimal): -15716742 or 8007184. OLE color: 8007184.

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

Color convert

RGB1646122-
CMYK0.870.6200.52
HSL223.02º76.81%27.06%-
HSV(B)223.02º86.89%47.84%-
XYZ4.73.4718.83-
YUV45.69171.06106.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.70%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 66.30%
R=8.70%
G=25%
B=66.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16461220.870.6200.52223.0276.8127.06
Hex102E7A573E034df4d1b
Octal20561721277606433711533
Binary1000010111011110101010111111110011010011011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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