#1A5E7E

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

Shades of Orient #1A5E7E

Tints of Orient #1A5E7E

Color information

#1A5E7E (or 0x1A5E7E) is unknown color: approx Orient. HEX triplet: 1A, 5E and 7E. RGB value is (26,94,126). Sum of RGB (Red+Green+Blue) = 26+94+126=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A5E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5E7E is #E5A181. Grayscale: #4D4D4D. Windows color (decimal): -15049090 or 8281626. OLE color: 8281626.

HSL color Cylindrical-coordinate representation of color #1A5E7E: hue angle of 199.2º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A5E7E is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2694126-
CMYK0.790.2500.51
HSL199.2º65.79%29.8%-
HSV(B)199.2º79.37%49.41%-
XYZ8.199.7321.19-
YUV77.32155.4791.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 126 (49.61% from 255) = 51.22%
R=10.57%
G=38.21%
B=51.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26941260.790.2500.51199.265.7929.8
Hex1A5E7E4F19033c7421e
Octal321361761173106330710236
Binary1101010111101111110100111111001011001111000111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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