#1A5679

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

Shades of Orient #1A5679

Tints of Orient #1A5679

Color information

#1A5679 (or 0x1A5679) is unknown color: approx Orient. HEX triplet: 1A, 56 and 79. RGB value is (26,86,121). Sum of RGB (Red+Green+Blue) = 26+86+121=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A5679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5679 is #E5A986. Grayscale: #474747. Windows color (decimal): -15051143 or 7951898. OLE color: 7951898.

HSL color Cylindrical-coordinate representation of color #1A5679: hue angle of 202.11º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A5679 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2686121-
CMYK0.790.2900.53
HSL202.11º64.63%28.82%-
HSV(B)202.11º78.51%47.45%-
XYZ7.28.2619.3-
YUV72.05155.6295.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=11.16%
G=36.91%
B=51.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26861210.790.2900.53202.1164.6328.82
Hex1A56794F1D035ca411d
Octal321261711173506531210135
Binary1101010101101111001100111111101011010111001010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,86,121); }

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

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

 a { background-color: rgb(26,86,121); }

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

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

 span { border-color: rgb(26,86,121); }

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