#1A2961

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

Shades of Sapphire #1A2961

Tints of Sapphire #1A2961

Color information

#1A2961 (or 0x1A2961) is unknown color: approx Sapphire. HEX triplet: 1A, 29 and 61. RGB value is (26,41,97). Sum of RGB (Red+Green+Blue) = 26+41+97=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A2961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2961 is #E5D69E. Grayscale: #2A2A2A. Windows color (decimal): -15062687 or 6367514. OLE color: 6367514.

HSL color Cylindrical-coordinate representation of color #1A2961: hue angle of 227.32º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A2961 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB264197-
CMYK0.730.5800.62
HSL227.32º57.72%24.12%-
HSV(B)227.32º73.2%38.04%-
XYZ3.382.6711.65-
YUV42.9158.53115.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.85%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 59.15%
R=15.85%
G=25%
B=59.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2641970.730.5800.62227.3257.7224.12
Hex1A2961493A03Ee33a18
Octal3251141111720763437230
Binary110101010011100001100100111101001111101110001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,41,97); }

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

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

 a { background-color: rgb(26,41,97); }

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

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

 span { border-color: rgb(26,41,97); }

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