#1A3079

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

Shades of Sapphire #1A3079

Tints of Sapphire #1A3079

Color information

#1A3079 (or 0x1A3079) is unknown color: approx Sapphire. HEX triplet: 1A, 30 and 79. RGB value is (26,48,121). Sum of RGB (Red+Green+Blue) = 26+48+121=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A3079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3079 is #E5CF86. Grayscale: #313131. Windows color (decimal): -15060871 or 7942170. OLE color: 7942170.

HSL color Cylindrical-coordinate representation of color #1A3079: hue angle of 226.11º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A3079 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2648121-
CMYK0.790.6000.53
HSL226.11º64.63%28.82%-
HSV(B)226.11º78.51%47.45%-
XYZ4.933.7118.55-
YUV49.74168.21111.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 121 (47.66% from 255) = 62.05%
R=13.33%
G=24.62%
B=62.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26481210.790.6000.53226.1164.6328.82
Hex1A30794F3C035e2411d
Octal32601711177406534210135
Binary1101011000011110011001111111100011010111100010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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