#10296A

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

Shades of Sapphire #10296A

Tints of Sapphire #10296A

Color information

#10296A (or 0x10296A) is unknown color: approx Sapphire. HEX triplet: 10, 29 and 6A. RGB value is (16,41,106). Sum of RGB (Red+Green+Blue) = 16+41+106=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #10296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10296A is #EFD695. Grayscale: #282828. Windows color (decimal): -15718038 or 6957328. OLE color: 6957328.

HSL color Cylindrical-coordinate representation of color #10296A: hue angle of 223.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10296A is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1641106-
CMYK0.850.6100.58
HSL223.33º73.77%23.92%-
HSV(B)223.33º84.91%41.57%-
XYZ3.612.7413.97-
YUV40.94164.72110.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 106 (41.80% from 255) = 65.03%
R=9.82%
G=25.15%
B=65.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16411060.850.6100.58223.3373.7723.92
Hex10296A553D03Adf4a18
Octal20511521257507233711230
Binary1000010100111010101010101111101011101011011111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10296A; }

 p { color: rgb(16,41,106); }

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

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

 a { background-color: rgb(16,41,106); }

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

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

 span { border-color: rgb(16,41,106); }

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