#1A2E63

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

Shades of Sapphire #1A2E63

Tints of Sapphire #1A2E63

Color information

#1A2E63 (or 0x1A2E63) is unknown color: approx Sapphire. HEX triplet: 1A, 2E and 63. RGB value is (26,46,99). Sum of RGB (Red+Green+Blue) = 26+46+99=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A2E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2E63 is #E5D19C. Grayscale: #2D2D2D. Windows color (decimal): -15061405 or 6499866. OLE color: 6499866.

HSL color Cylindrical-coordinate representation of color #1A2E63: hue angle of 223.56º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A2E63 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB264699-
CMYK0.740.5400.61
HSL223.56º58.4%24.51%-
HSV(B)223.56º73.74%38.82%-
XYZ3.663.0712.21-
YUV46.06157.87113.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 99 (39.06% from 255) = 57.89%
R=15.20%
G=26.90%
B=57.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2646990.740.5400.61223.5658.424.51
Hex1A2E634A3603De03a19
Octal3256143112660753407231
Binary110101011101100011100101011011001111011110000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A2E63; }

 p { color: rgb(26,46,99); }

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

<style>
 a { background-color: #1A2E63; }

 a { background-color: rgb(26,46,99); }

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

<style>
 span { border-color: #1A2E63; }

 span { border-color: rgb(26,46,99); }

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