#10245A

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

Shades of Sapphire #10245A

Tints of Sapphire #10245A

Color information

#10245A (or 0x10245A) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 5A. RGB value is (16,36,90). Sum of RGB (Red+Green+Blue) = 16+36+90=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #10245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10245A is #EFDBA5. Grayscale: #232323. Windows color (decimal): -15719334 or 5907472. OLE color: 5907472.

HSL color Cylindrical-coordinate representation of color #10245A: hue angle of 223.78º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10245A is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB163690-
CMYK0.820.6000.65
HSL223.78º69.81%20.78%-
HSV(B)223.78º82.22%35.29%-
XYZ2.692.119.94-
YUV36.18158.37113.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 90 (35.55% from 255) = 63.38%
R=11.27%
G=25.35%
B=63.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1636900.820.6000.65223.7869.8120.78
Hex10245A523C041e04615
Octal204413212274010134010625
Binary10000100100101101010100101111000100000111100000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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