#102E70

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

Shades of Sapphire #102E70

Tints of Sapphire #102E70

Color information

#102E70 (or 0x102E70) is unknown color: approx Sapphire. HEX triplet: 10, 2E and 70. RGB value is (16,46,112). Sum of RGB (Red+Green+Blue) = 16+46+112=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #102E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E70 is #EFD18F. Grayscale: #2C2C2C. Windows color (decimal): -15716752 or 7351824. OLE color: 7351824.

HSL color Cylindrical-coordinate representation of color #102E70: hue angle of 221.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102E70 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1646112-
CMYK0.860.5900.56
HSL221.25º75%25.1%-
HSV(B)221.25º85.71%43.92%-
XYZ4.123.2315.74-
YUV44.55166.06107.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=9.20%
G=26.44%
B=64.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16461120.860.5900.56221.257525.1
Hex102E70563B038dd4b19
Octal20561601267307033511331
Binary1000010111011100001010110111011011100011011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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