#1A5568

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

Shades of Orient #1A5568

Tints of Orient #1A5568

Color information

#1A5568 (or 0x1A5568) is unknown color: approx Orient. HEX triplet: 1A, 55 and 68. RGB value is (26,85,104). Sum of RGB (Red+Green+Blue) = 26+85+104=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A5568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5568 is #E5AA97. Grayscale: #454545. Windows color (decimal): -15051416 or 6837530. OLE color: 6837530.

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

Color convert

RGB2685104-
CMYK0.750.1800.59
HSL194.62º60%25.49%-
HSV(B)194.62º75%40.78%-
XYZ6.177.7214.26-
YUV69.52147.4596.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=12.09%
G=39.53%
B=48.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26851040.750.1800.59194.626025.49
Hex1A55684B1203Bc33c19
Octal32125150113220733037431
Binary110101010101110100010010111001001110111100001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,85,104); }

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

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

 a { background-color: rgb(26,85,104); }

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

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

 span { border-color: rgb(26,85,104); }

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