#10296B

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

Shades of Sapphire #10296B

Tints of Sapphire #10296B

Color information

#10296B (or 0x10296B) is unknown color: approx Sapphire. HEX triplet: 10, 29 and 6B. RGB value is (16,41,107). Sum of RGB (Red+Green+Blue) = 16+41+107=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #10296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10296B is #EFD694. Grayscale: #282828. Windows color (decimal): -15718037 or 7022864. OLE color: 7022864.

HSL color Cylindrical-coordinate representation of color #10296B: hue angle of 223.52º 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 #10296B is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1641107-
CMYK0.850.6200.58
HSL223.52º73.98%24.12%-
HSV(B)223.52º85.05%41.96%-
XYZ3.662.7614.25-
YUV41.05165.22110.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 65.24%
R=9.76%
G=25%
B=65.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16411070.850.6200.58223.5273.9824.12
Hex10296B553E03Ae04a18
Octal20511531257607234011230
Binary1000010100111010111010101111110011101011100000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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