#10264F

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

Shades of Sapphire #10264F

Tints of Sapphire #10264F

Color information

#10264F (or 0x10264F) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 4F. RGB value is (16,38,79). Sum of RGB (Red+Green+Blue) = 16+38+79=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #10264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10264F is #EFD9B0. Grayscale: #232323. Windows color (decimal): -15718833 or 5187088. OLE color: 5187088.

HSL color Cylindrical-coordinate representation of color #10264F: hue angle of 219.05º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10264F is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB163879-
CMYK0.800.5200.69
HSL219.05º66.32%18.63%-
HSV(B)219.05º79.75%30.98%-
XYZ2.322.067.67-
YUV36.1152.21113.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=12.03%
G=28.57%
B=59.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1638790.800.5200.69219.0566.3218.63
Hex10264F5034045db4213
Octal204611712064010533310223
Binary10000100110100111110100001101000100010111011011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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