#1a2e6d

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

Shades of Sapphire #1A2E6D

Tints of Sapphire #1A2E6D

Color information

#1A2E6D (or 0x1A2E6D) is unknown color: approx Sapphire. HEX triplet: 1A, 2E and 6D. RGB value is (26,46,109). Sum of RGB (Red+Green+Blue) = 26+46+109=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A2E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2E6D is #E5D192. Grayscale: #2E2E2E. Windows color (decimal): -15061395 or 7155226. OLE color: 7155226.

HSL color Cylindrical-coordinate representation of color #1A2E6D: hue angle of 225.54º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A2E6D is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2646109-
CMYK0.760.5800.57
HSL225.54º61.48%26.47%-
HSV(B)225.54º76.15%42.75%-
XYZ4.163.2814.88-
YUV47.2162.87112.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.36%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 109 (42.97% from 255) = 60.22%
R=14.36%
G=25.41%
B=60.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26461090.760.5800.57225.5461.4826.47
Hex1A2E6D4C3A039e23d1a
Octal3256155114720713427532
Binary110101011101101101100110011101001110011110001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a2e6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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