#1A2869

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

Shades of Sapphire #1A2869

Tints of Sapphire #1A2869

Color information

#1A2869 (or 0x1A2869) is unknown color: approx Sapphire. HEX triplet: 1A, 28 and 69. RGB value is (26,40,105). Sum of RGB (Red+Green+Blue) = 26+40+105=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A2869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2869 is #E5D796. Grayscale: #2A2A2A. Windows color (decimal): -15062935 or 6891546. OLE color: 6891546.

HSL color Cylindrical-coordinate representation of color #1A2869: hue angle of 229.37º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A2869 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2640105-
CMYK0.750.6200.59
HSL229.37º60.31%25.69%-
HSV(B)229.37º75.24%41.18%-
XYZ3.732.7613.7-
YUV43.22162.86115.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 105 (41.41% from 255) = 61.40%
R=15.20%
G=23.39%
B=61.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26401050.750.6200.59229.3760.3125.69
Hex1A28694B3E03Be53c1a
Octal3250151113760733457432
Binary110101010001101001100101111111001110111110010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,40,105); }

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

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

 a { background-color: rgb(26,40,105); }

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

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

 span { border-color: rgb(26,40,105); }

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