#1A587B

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

Shades of Orient #1A587B

Tints of Orient #1A587B

Color information

#1A587B (or 0x1A587B) is unknown color: approx Orient. HEX triplet: 1A, 58 and 7B. RGB value is (26,88,123). Sum of RGB (Red+Green+Blue) = 26+88+123=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A587B is #E5A784. Grayscale: #494949. Windows color (decimal): -15050629 or 8083482. OLE color: 8083482.

HSL color Cylindrical-coordinate representation of color #1A587B: hue angle of 201.65º 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 #1A587B is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2688123-
CMYK0.790.2800.52
HSL201.65º65.1%29.22%-
HSV(B)201.65º78.86%48.24%-
XYZ7.498.6320.01-
YUV73.45155.9694.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.97%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=10.97%
G=37.13%
B=51.90%

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
Decimal26881230.790.2800.52201.6565.129.22
Hex1A587B4F1C034ca411d
Octal321301731173406431210135
Binary1101010110001111011100111111100011010011001010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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