#102C5B

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

Shades of Sapphire #102C5B

Tints of Sapphire #102C5B

Color information

#102C5B (or 0x102C5B) is unknown color: approx Sapphire. HEX triplet: 10, 2C and 5B. RGB value is (16,44,91). Sum of RGB (Red+Green+Blue) = 16+44+91=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #102C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C5B is #EFD3A4. Grayscale: #282828. Windows color (decimal): -15717285 or 5975056. OLE color: 5975056.

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

Color convert

RGB164491-
CMYK0.820.5200.64
HSL217.6º70.09%20.98%-
HSV(B)217.6º82.42%35.69%-
XYZ32.6710.25-
YUV40.99156.22110.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=10.60%
G=29.14%
B=60.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1644910.820.5200.64217.670.0920.98
Hex102C5B5234040da4615
Octal205413312264010033210625
Binary10000101100101101110100101101000100000011011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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