#1A2C5E

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

Shades of Sapphire #1A2C5E

Tints of Sapphire #1A2C5E

Color information

#1A2C5E (or 0x1A2C5E) is unknown color: approx Sapphire. HEX triplet: 1A, 2C and 5E. RGB value is (26,44,94). Sum of RGB (Red+Green+Blue) = 26+44+94=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A2C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2C5E is #E5D3A1. Grayscale: #2C2C2C. Windows color (decimal): -15061922 or 6171674. OLE color: 6171674.

HSL color Cylindrical-coordinate representation of color #1A2C5E: hue angle of 224.12º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A2C5E is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB264494-
CMYK0.720.5300.63
HSL224.12º56.67%23.53%-
HSV(B)224.12º72.34%36.86%-
XYZ3.352.8310.96-
YUV44.32156.04114.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.85%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=15.85%
G=26.83%
B=57.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2644940.720.5300.63224.1256.6723.53
Hex1A2C5E483503Fe03918
Octal3254136110650773407130
Binary110101011001011110100100011010101111111110000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,44,94); }

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

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

 a { background-color: rgb(26,44,94); }

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

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

 span { border-color: rgb(26,44,94); }

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