#10195B

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

Shades of Sapphire #10195B

Tints of Sapphire #10195B

Color information

#10195B (or 0x10195B) is unknown color: approx Sapphire. HEX triplet: 10, 19 and 5B. RGB value is (16,25,91). Sum of RGB (Red+Green+Blue) = 16+25+91=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #10195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10195B is #EFE6A4. Grayscale: #1D1D1D. Windows color (decimal): -15722149 or 5970192. OLE color: 5970192.

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

Color convert

RGB162591-
CMYK0.820.7300.64
HSL232.8º70.09%20.98%-
HSV(B)232.8º82.42%35.69%-
XYZ2.451.5610.07-
YUV29.83162.52118.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 91 (35.94% from 255) = 68.94%
R=12.12%
G=18.94%
B=68.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1625910.820.7300.64232.870.0920.98
Hex10195B5249040e94615
Octal2031133122111010035110625
Binary10000110011011011101001010010010100000011101001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10195B; }

 p { color: rgb(16,25,91); }

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

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

 a { background-color: rgb(16,25,91); }

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

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

 span { border-color: rgb(16,25,91); }

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