#10244F

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

Shades of Sapphire #10244F

Tints of Sapphire #10244F

Color information

#10244F (or 0x10244F) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 4F. RGB value is (16,36,79). Sum of RGB (Red+Green+Blue) = 16+36+79=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #10244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10244F is #EFDBB0. Grayscale: #222222. Windows color (decimal): -15719345 or 5186576. OLE color: 5186576.

HSL color Cylindrical-coordinate representation of color #10244F: hue angle of 220.95º 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 #10244F is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB163679-
CMYK0.800.5400.69
HSL220.95º66.32%18.63%-
HSV(B)220.95º79.75%30.98%-
XYZ2.261.947.65-
YUV34.92152.87114.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 79 (31.25% from 255) = 60.31%
R=12.21%
G=27.48%
B=60.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1636790.800.5400.69220.9566.3218.63
Hex10244F5036045dd4213
Octal204411712066010533510223
Binary10000100100100111110100001101100100010111011101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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