#10246B

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

Shades of Sapphire #10246B

Tints of Sapphire #10246B

Color information

#10246B (or 0x10246B) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 6B. RGB value is (16,36,107). Sum of RGB (Red+Green+Blue) = 16+36+107=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #10246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10246B is #EFDB94. Grayscale: #252525. Windows color (decimal): -15719317 or 7021584. OLE color: 7021584.

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

Color convert

RGB1636107-
CMYK0.850.6600.58
HSL226.81º73.98%24.12%-
HSV(B)226.81º85.05%41.96%-
XYZ3.52.4314.2-
YUV38.11166.87112.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 107 (42.19% from 255) = 67.30%
R=10.06%
G=22.64%
B=67.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16361070.850.6600.58226.8173.9824.12
Hex10246B554203Ae34a18
Octal204415312510207234311230
Binary10000100100110101110101011000010011101011100011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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