#102070

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

Shades of Sapphire #102070

Tints of Sapphire #102070

Color information

#102070 (or 0x102070) is unknown color: approx Sapphire. HEX triplet: 10, 20 and 70. RGB value is (16,32,112). Sum of RGB (Red+Green+Blue) = 16+32+112=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #102070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102070 is #EFDF8F. Grayscale: #242424. Windows color (decimal): -15720336 or 7348240. OLE color: 7348240.

HSL color Cylindrical-coordinate representation of color #102070: hue angle of 230º 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 #102070 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1632112-
CMYK0.860.7100.56
HSL230º75%25.1%-
HSV(B)230º85.71%43.92%-
XYZ3.652.3115.58-
YUV36.34170.7113.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 112 (44.14% from 255) = 70%
R=10%
G=20%
B=70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16321120.860.7100.562307525.1
Hex1020705647038e64b19
Octal204016012610707034611331
Binary10000100000111000010101101000111011100011100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102070; }

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

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

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

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

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

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

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

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