#10245D

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

Shades of Sapphire #10245D

Tints of Sapphire #10245D

Color information

#10245D (or 0x10245D) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 5D. RGB value is (16,36,93). Sum of RGB (Red+Green+Blue) = 16+36+93=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #10245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10245D is #EFDBA2. Grayscale: #242424. Windows color (decimal): -15719331 or 6104080. OLE color: 6104080.

HSL color Cylindrical-coordinate representation of color #10245D: hue angle of 224.42º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10245D is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB163693-
CMYK0.830.6100.64
HSL224.42º70.64%21.37%-
HSV(B)224.42º82.8%36.47%-
XYZ2.822.1610.62-
YUV36.52159.87113.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 93 (36.72% from 255) = 64.14%
R=11.03%
G=24.83%
B=64.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1636930.830.6100.64224.4270.6421.37
Hex10245D533D040e04715
Octal204413512375010034010725
Binary10000100100101110110100111111010100000011100000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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