#1A366F

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

Shades of Sapphire #1A366F

Tints of Sapphire #1A366F

Color information

#1A366F (or 0x1A366F) is unknown color: approx Sapphire. HEX triplet: 1A, 36 and 6F. RGB value is (26,54,111). Sum of RGB (Red+Green+Blue) = 26+54+111=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A366F is #E5C990. Grayscale: #333333. Windows color (decimal): -15059345 or 7288346. OLE color: 7288346.

HSL color Cylindrical-coordinate representation of color #1A366F: hue angle of 220.24º 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 #1A366F is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2654111-
CMYK0.770.5100.56
HSL220.24º62.04%26.86%-
HSV(B)220.24º76.58%43.53%-
XYZ4.614.0115.57-
YUV52.13161.22109.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.61%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 111 (43.75% from 255) = 58.12%
R=13.61%
G=28.27%
B=58.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26541110.770.5100.56220.2462.0426.86
Hex1A366F4D33038dc3e1b
Octal3266157115630703347633
Binary110101101101101111100110111001101110001101110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,54,111); }

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

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

 a { background-color: rgb(26,54,111); }

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

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

 span { border-color: rgb(26,54,111); }

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