#102F5B

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

Shades of Sapphire #102F5B

Tints of Sapphire #102F5B

Color information

#102F5B (or 0x102F5B) is unknown color: approx Sapphire. HEX triplet: 10, 2F and 5B. RGB value is (16,47,91). Sum of RGB (Red+Green+Blue) = 16+47+91=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #102F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F5B is #EFD0A4. Grayscale: #2A2A2A. Windows color (decimal): -15716517 or 5975824. OLE color: 5975824.

HSL color Cylindrical-coordinate representation of color #102F5B: hue angle of 215.2º 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 #102F5B is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB164791-
CMYK0.820.4800.64
HSL215.2º70.09%20.98%-
HSV(B)215.2º82.42%35.69%-
XYZ3.122.910.29-
YUV42.75155.23108.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 47 (18.75% from 255) = 30.52%
BLUE value IS 91 (35.94% from 255) = 59.09%
R=10.39%
G=30.52%
B=59.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1647910.820.4800.64215.270.0920.98
Hex102F5B5230040d74615
Octal205713312260010032710625
Binary10000101111101101110100101100000100000011010111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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