#102A57

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

Shades of Sapphire #102A57

Tints of Sapphire #102A57

Color information

#102A57 (or 0x102A57) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 57. RGB value is (16,42,87). Sum of RGB (Red+Green+Blue) = 16+42+87=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #102A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A57 is #EFD5A8. Grayscale: #272727. Windows color (decimal): -15717801 or 5712400. OLE color: 5712400.

HSL color Cylindrical-coordinate representation of color #102A57: hue angle of 218.03º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102A57 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB164287-
CMYK0.820.5200.66
HSL218.03º68.93%20.2%-
HSV(B)218.03º81.61%34.12%-
XYZ2.762.459.34-
YUV39.36154.89111.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 87 (34.38% from 255) = 60%
R=11.03%
G=28.97%
B=60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1642870.820.5200.66218.0368.9320.2
Hex102A575234042da4514
Octal205212712264010233210524
Binary10000101010101011110100101101000100001011011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,42,87); }

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

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

 a { background-color: rgb(16,42,87); }

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

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

 span { border-color: rgb(16,42,87); }

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