#10244E

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

Shades of Sapphire #10244E

Tints of Sapphire #10244E

Color information

#10244E (or 0x10244E) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 4E. RGB value is (16,36,78). Sum of RGB (Red+Green+Blue) = 16+36+78=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #10244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10244E is #EFDBB1. Grayscale: #222222. Windows color (decimal): -15719346 or 5121040. OLE color: 5121040.

HSL color Cylindrical-coordinate representation of color #10244E: hue angle of 220.65º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10244E is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB163678-
CMYK0.790.5400.69
HSL220.65º65.96%18.43%-
HSV(B)220.65º79.49%30.59%-
XYZ2.221.927.46-
YUV34.81152.37114.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 78 (30.86% from 255) = 60%
R=12.31%
G=27.69%
B=60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1636780.790.5400.69220.6565.9618.43
Hex10244E4F36045dd4212
Octal204411611766010533510222
Binary10000100100100111010011111101100100010111011101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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