#102D5C

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

Shades of Sapphire #102D5C

Tints of Sapphire #102D5C

Color information

#102D5C (or 0x102D5C) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 5C. RGB value is (16,45,92). Sum of RGB (Red+Green+Blue) = 16+45+92=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #102D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D5C is #EFD2A3. Grayscale: #292929. Windows color (decimal): -15717028 or 6040848. OLE color: 6040848.

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

Color convert

RGB164592-
CMYK0.830.5100.64
HSL217.11º70.37%21.18%-
HSV(B)217.11º82.61%36.08%-
XYZ3.082.7610.5-
YUV41.69156.39109.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 45 (17.97% from 255) = 29.41%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=10.46%
G=29.41%
B=60.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1645920.830.5100.64217.1170.3721.18
Hex102D5C5333040d94615
Octal205513412363010033110625
Binary10000101101101110010100111100110100000011011001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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