#102E5B

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

Shades of Sapphire #102E5B

Tints of Sapphire #102E5B

Color information

#102E5B (or 0x102E5B) is unknown color: approx Sapphire. HEX triplet: 10, 2E and 5B. RGB value is (16,46,91). Sum of RGB (Red+Green+Blue) = 16+46+91=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #102E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E5B is #EFD1A4. Grayscale: #292929. Windows color (decimal): -15716773 or 5975568. OLE color: 5975568.

HSL color Cylindrical-coordinate representation of color #102E5B: hue angle of 216º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102E5B is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB164691-
CMYK0.820.4900.64
HSL216º70.09%20.98%-
HSV(B)216º82.42%35.69%-
XYZ3.082.8210.28-
YUV42.16155.56109.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 91 (35.94% from 255) = 59.48%
R=10.46%
G=30.07%
B=59.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1646910.820.4900.6421670.0920.98
Hex102E5B5231040d84615
Octal205613312261010033010625
Binary10000101110101101110100101100010100000011011000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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