#10246D

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

Shades of Sapphire #10246D

Tints of Sapphire #10246D

Color information

#10246D (or 0x10246D) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 6D. RGB value is (16,36,109). Sum of RGB (Red+Green+Blue) = 16+36+109=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #10246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10246D is #EFDB92. Grayscale: #262626. Windows color (decimal): -15719315 or 7152656. OLE color: 7152656.

HSL color Cylindrical-coordinate representation of color #10246D: hue angle of 227.1º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10246D is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1636109-
CMYK0.850.6700.57
HSL227.1º74.4%24.51%-
HSV(B)227.1º85.32%42.75%-
XYZ3.62.4814.76-
YUV38.34167.87112.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 109 (42.97% from 255) = 67.70%
R=9.94%
G=22.36%
B=67.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16361090.850.6700.57227.174.424.51
Hex10246D5543039e34a19
Octal204415512510307134311231
Binary10000100100110110110101011000011011100111100011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10246D; }

 p { color: rgb(16,36,109); }

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

<style>
 a { background-color: #10246D; }

 a { background-color: rgb(16,36,109); }

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

<style>
 span { border-color: #10246D; }

 span { border-color: rgb(16,36,109); }

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