#102F5A

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

Shades of Sapphire #102F5A

Tints of Sapphire #102F5A

Color information

#102F5A (or 0x102F5A) is unknown color: approx Sapphire. HEX triplet: 10, 2F and 5A. RGB value is (16,47,90). Sum of RGB (Red+Green+Blue) = 16+47+90=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #102F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F5A is #EFD0A5. Grayscale: #2A2A2A. Windows color (decimal): -15716518 or 5910288. OLE color: 5910288.

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

Color convert

RGB164790-
CMYK0.820.4800.65
HSL214.86º69.81%20.78%-
HSV(B)214.86º82.22%35.29%-
XYZ3.082.8810.07-
YUV42.63154.73109-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 90 (35.55% from 255) = 58.82%
R=10.46%
G=30.72%
B=58.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1647900.820.4800.65214.8669.8120.78
Hex102F5A5230041d74615
Octal205713212260010132710625
Binary10000101111101101010100101100000100000111010111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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