#1A2D5E

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

Shades of Sapphire #1A2D5E

Tints of Sapphire #1A2D5E

Color information

#1A2D5E (or 0x1A2D5E) is unknown color: approx Sapphire. HEX triplet: 1A, 2D and 5E. RGB value is (26,45,94). Sum of RGB (Red+Green+Blue) = 26+45+94=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A2D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2D5E is #E5D2A1. Grayscale: #2C2C2C. Windows color (decimal): -15061666 or 6171930. OLE color: 6171930.

HSL color Cylindrical-coordinate representation of color #1A2D5E: hue angle of 223.24º 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 #1A2D5E is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB264594-
CMYK0.720.5200.63
HSL223.24º56.67%23.53%-
HSV(B)223.24º72.34%36.86%-
XYZ3.382.910.97-
YUV44.9155.71114.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.76%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 56.97%
R=15.76%
G=27.27%
B=56.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2645940.720.5200.63223.2456.6723.53
Hex1A2D5E483403Fdf3918
Octal3255136110640773377130
Binary110101011011011110100100011010001111111101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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