#1a2e70

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

Shades of Sapphire #1A2E70

Tints of Sapphire #1A2E70

Color information

#1A2E70 (or 0x1A2E70) is unknown color: approx Sapphire. HEX triplet: 1A, 2E and 70. RGB value is (26,46,112). Sum of RGB (Red+Green+Blue) = 26+46+112=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A2E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2E70 is #E5D18F. Grayscale: #2F2F2F. Windows color (decimal): -15061392 or 7351834. OLE color: 7351834.

HSL color Cylindrical-coordinate representation of color #1A2E70: hue angle of 226.05º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A2E70 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2646112-
CMYK0.770.5900.56
HSL226.05º62.32%27.06%-
HSV(B)226.05º76.79%43.92%-
XYZ4.333.3415.75-
YUV47.54164.37112.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.13%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=14.13%
G=25%
B=60.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26461120.770.5900.56226.0562.3227.06
Hex1A2E704D3B038e23e1b
Octal3256160115730703427633
Binary110101011101110000100110111101101110001110001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a2e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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