#10254E

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

Shades of Sapphire #10254E

Tints of Sapphire #10254E

Color information

#10254E (or 0x10254E) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 4E. RGB value is (16,37,78). Sum of RGB (Red+Green+Blue) = 16+37+78=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #10254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10254E is #EFDAB1. Grayscale: #232323. Windows color (decimal): -15719090 or 5121296. OLE color: 5121296.

HSL color Cylindrical-coordinate representation of color #10254E: hue angle of 219.68º 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 #10254E is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB163778-
CMYK0.790.5300.69
HSL219.68º65.96%18.43%-
HSV(B)219.68º79.49%30.59%-
XYZ2.251.987.47-
YUV35.39152.04114.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=12.21%
G=28.24%
B=59.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1637780.790.5300.69219.6865.9618.43
Hex10254E4F35045dc4212
Octal204511611765010533410222
Binary10000100101100111010011111101010100010111011100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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