#10295B

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

Shades of Sapphire #10295B

Tints of Sapphire #10295B

Color information

#10295B (or 0x10295B) is unknown color: approx Sapphire. HEX triplet: 10, 29 and 5B. RGB value is (16,41,91). Sum of RGB (Red+Green+Blue) = 16+41+91=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #10295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10295B is #EFD6A4. Grayscale: #272727. Windows color (decimal): -15718053 or 5974288. OLE color: 5974288.

HSL color Cylindrical-coordinate representation of color #10295B: hue angle of 220º 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 #10295B is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB164191-
CMYK0.820.5500.64
HSL220º70.09%20.98%-
HSV(B)220º82.42%35.69%-
XYZ2.892.4510.22-
YUV39.22157.22111.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=10.81%
G=27.70%
B=61.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1641910.820.5500.6422070.0920.98
Hex10295B5237040dc4615
Octal205113312267010033410625
Binary10000101001101101110100101101110100000011011100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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