#10245E

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

Shades of Sapphire #10245E

Tints of Sapphire #10245E

Color information

#10245E (or 0x10245E) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 5E. RGB value is (16,36,94). Sum of RGB (Red+Green+Blue) = 16+36+94=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #10245E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10245E is #EFDBA1. Grayscale: #242424. Windows color (decimal): -15719330 or 6169616. OLE color: 6169616.

HSL color Cylindrical-coordinate representation of color #10245E: hue angle of 224.62º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10245E is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB163694-
CMYK0.830.6200.63
HSL224.62º70.91%21.57%-
HSV(B)224.62º82.98%36.86%-
XYZ2.862.1810.86-
YUV36.63160.37113.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 94 (37.11% from 255) = 64.38%
R=10.96%
G=24.66%
B=64.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1636940.830.6200.63224.6270.9121.57
Hex10245E533E03Fe14716
Octal20441361237607734110726
Binary1000010010010111101010011111110011111111100001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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