#102570

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

Shades of Sapphire #102570

Tints of Sapphire #102570

Color information

#102570 (or 0x102570) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 70. RGB value is (16,37,112). Sum of RGB (Red+Green+Blue) = 16+37+112=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #102570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102570 is #EFDA8F. Grayscale: #262626. Windows color (decimal): -15719056 or 7349520. OLE color: 7349520.

HSL color Cylindrical-coordinate representation of color #102570: hue angle of 226.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102570 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1637112-
CMYK0.860.6700.56
HSL226.88º75%25.1%-
HSV(B)226.88º85.71%43.92%-
XYZ3.82.615.63-
YUV39.27169.04111.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 112 (44.14% from 255) = 67.88%
R=9.70%
G=22.42%
B=67.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16371120.860.6700.56226.887525.1
Hex1025705643038e34b19
Octal204516012610307034311331
Binary10000100101111000010101101000011011100011100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102570; }

 p { color: rgb(16,37,112); }

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

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

 a { background-color: rgb(16,37,112); }

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

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

 span { border-color: rgb(16,37,112); }

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