#102D5B

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

Shades of Sapphire #102D5B

Tints of Sapphire #102D5B

Color information

#102D5B (or 0x102D5B) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 5B. RGB value is (16,45,91). Sum of RGB (Red+Green+Blue) = 16+45+91=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #102D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D5B is #EFD2A4. Grayscale: #292929. Windows color (decimal): -15717029 or 5975312. OLE color: 5975312.

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

Color convert

RGB164591-
CMYK0.820.5100.64
HSL216.8º70.09%20.98%-
HSV(B)216.8º82.42%35.69%-
XYZ3.042.7410.27-
YUV41.57155.89109.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.53%
GREEN value IS 45 (17.97% from 255) = 29.61%
BLUE value IS 91 (35.94% from 255) = 59.87%
R=10.53%
G=29.61%
B=59.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1645910.820.5100.64216.870.0920.98
Hex102D5B5233040d94615
Octal205513312263010033110625
Binary10000101101101101110100101100110100000011011001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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