#10264E

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

Shades of Sapphire #10264E

Tints of Sapphire #10264E

Color information

#10264E (or 0x10264E) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 4E. RGB value is (16,38,78). Sum of RGB (Red+Green+Blue) = 16+38+78=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #10264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10264E is #EFD9B1. Grayscale: #232323. Windows color (decimal): -15718834 or 5121552. OLE color: 5121552.

HSL color Cylindrical-coordinate representation of color #10264E: hue angle of 218.71º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10264E is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB163878-
CMYK0.790.5100.69
HSL218.71º65.96%18.43%-
HSV(B)218.71º79.49%30.59%-
XYZ2.282.057.48-
YUV35.98151.71113.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=12.12%
G=28.79%
B=59.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1638780.790.5100.69218.7165.9618.43
Hex10264E4F33045db4212
Octal204611611763010533310222
Binary10000100110100111010011111100110100010111011011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10264E; }

 p { color: rgb(16,38,78); }

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

<style>
 a { background-color: #10264E; }

 a { background-color: rgb(16,38,78); }

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

<style>
 span { border-color: #10264E; }

 span { border-color: rgb(16,38,78); }

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