#10296C

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

Shades of Sapphire #10296C

Tints of Sapphire #10296C

Color information

#10296C (or 0x10296C) is unknown color: approx Sapphire. HEX triplet: 10, 29 and 6C. RGB value is (16,41,108). Sum of RGB (Red+Green+Blue) = 16+41+108=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #10296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10296C is #EFD693. Grayscale: #282828. Windows color (decimal): -15718036 or 7088400. OLE color: 7088400.

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

Color convert

RGB1641108-
CMYK0.850.6200.58
HSL223.7º74.19%24.31%-
HSV(B)223.7º85.19%42.35%-
XYZ3.712.7814.53-
YUV41.16165.72110.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=9.70%
G=24.85%
B=65.45%

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
Decimal16411080.850.6200.58223.774.1924.31
Hex10296C553E03Ae04a18
Octal20511541257607234011230
Binary1000010100111011001010101111110011101011100000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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