#102B70

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

Shades of Sapphire #102B70

Tints of Sapphire #102B70

Color information

#102B70 (or 0x102B70) is unknown color: approx Sapphire. HEX triplet: 10, 2B and 70. RGB value is (16,43,112). Sum of RGB (Red+Green+Blue) = 16+43+112=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #102B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102B70 is #EFD48F. Grayscale: #2A2A2A. Windows color (decimal): -15717520 or 7351056. OLE color: 7351056.

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

Color convert

RGB1643112-
CMYK0.860.6200.56
HSL223.12º75%25.1%-
HSV(B)223.12º85.71%43.92%-
XYZ43.0115.7-
YUV42.79167.05108.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 112 (44.14% from 255) = 65.50%
R=9.36%
G=25.15%
B=65.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16431120.860.6200.56223.127525.1
Hex102B70563E038df4b19
Octal20531601267607033711331
Binary1000010101111100001010110111110011100011011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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