#10264D

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

Shades of Sapphire #10264D

Tints of Sapphire #10264D

Color information

#10264D (or 0x10264D) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 4D. RGB value is (16,38,77). Sum of RGB (Red+Green+Blue) = 16+38+77=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #10264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10264D is #EFD9B2. Grayscale: #232323. Windows color (decimal): -15718835 or 5056016. OLE color: 5056016.

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

Color convert

RGB163877-
CMYK0.790.5100.70
HSL218.36º65.59%18.24%-
HSV(B)218.36º79.22%30.2%-
XYZ2.252.037.3-
YUV35.87151.21113.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 77 (30.47% from 255) = 58.78%
R=12.21%
G=29.01%
B=58.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1638770.790.5100.70218.3665.5918.24
Hex10264D4F33046da4212
Octal204611511763010633210222
Binary10000100110100110110011111100110100011011011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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