#1A597B

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

Shades of Orient #1A597B

Tints of Orient #1A597B

Color information

#1A597B (or 0x1A597B) is unknown color: approx Orient. HEX triplet: 1A, 59 and 7B. RGB value is (26,89,123). Sum of RGB (Red+Green+Blue) = 26+89+123=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A597B is #E5A684. Grayscale: #494949. Windows color (decimal): -15050373 or 8083738. OLE color: 8083738.

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

Color convert

RGB2689123-
CMYK0.790.2800.52
HSL201.03º65.1%29.22%-
HSV(B)201.03º78.86%48.24%-
XYZ7.578.7920.04-
YUV74.04155.6393.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=10.92%
G=37.39%
B=51.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26891230.790.2800.52201.0365.129.22
Hex1A597B4F1C034c9411d
Octal321311731173406431110135
Binary1101010110011111011100111111100011010011001001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,89,123); }

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

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

 a { background-color: rgb(26,89,123); }

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

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

 span { border-color: rgb(26,89,123); }

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