#1A3063

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

Shades of Sapphire #1A3063

Tints of Sapphire #1A3063

Color information

#1A3063 (or 0x1A3063) is unknown color: approx Sapphire. HEX triplet: 1A, 30 and 63. RGB value is (26,48,99). Sum of RGB (Red+Green+Blue) = 26+48+99=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A3063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3063 is #E5CF9C. Grayscale: #2F2F2F. Windows color (decimal): -15060893 or 6500378. OLE color: 6500378.

HSL color Cylindrical-coordinate representation of color #1A3063: hue angle of 221.92º 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 #1A3063 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB264899-
CMYK0.740.5200.61
HSL221.92º58.4%24.51%-
HSV(B)221.92º73.74%38.82%-
XYZ3.743.2312.23-
YUV47.24157.21112.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 99 (39.06% from 255) = 57.23%
R=15.03%
G=27.75%
B=57.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2648990.740.5200.61221.9258.424.51
Hex1A30634A3403Dde3a19
Octal3260143112640753367231
Binary110101100001100011100101011010001111011101111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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