#1A275E

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

Shades of Sapphire #1A275E

Tints of Sapphire #1A275E

Color information

#1A275E (or 0x1A275E) is unknown color: approx Sapphire. HEX triplet: 1A, 27 and 5E. RGB value is (26,39,94). Sum of RGB (Red+Green+Blue) = 26+39+94=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A275E is #E5D8A1. Grayscale: #292929. Windows color (decimal): -15063202 or 6170394. OLE color: 6170394.

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

Color convert

RGB263994-
CMYK0.720.5900.63
HSL228.53º56.67%23.53%-
HSV(B)228.53º72.34%36.86%-
XYZ3.172.4810.9-
YUV41.38157.69117.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.35%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 94 (37.11% from 255) = 59.12%
R=16.35%
G=24.53%
B=59.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2639940.720.5900.63228.5356.6723.53
Hex1A275E483B03Fe53918
Octal3247136110730773457130
Binary110101001111011110100100011101101111111110010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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