#1090A1

Color #1090A1 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #1090A1

Tints of Eastern Blue #1090A1

Color information

#1090A1 (or 0x1090A1) is unknown color: approx Eastern Blue. HEX triplet: 10, 90 and A1. RGB value is (16,144,161). Sum of RGB (Red+Green+Blue) = 16+144+161=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 161 (63.28% from 255 or 50.16% from 321); Max value from RGB is 161 - color contains mainly: blue. Hex color #1090A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1090A1 is #EF6F5E. Grayscale: #6B6B6B. Windows color (decimal): -15691615 or 10588176. OLE color: 10588176.

HSL color Cylindrical-coordinate representation of color #1090A1: hue angle of 187.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1090A1 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16144161-
CMYK0.900.1100.37
HSL187.03º81.92%34.71%-
HSV(B)187.03º90.06%63.14%-
XYZ16.6222.6337.21-
YUV107.67158.0962.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.98%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 161 (63.28% from 255) = 50.16%
R=4.98%
G=44.86%
B=50.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161441610.900.1100.37187.0381.9234.71
Hex1090A15AB025bb5223
Octal202202411321304527312243
Binary100001001000010100001101101010110100101101110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1090A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1090A1; }

 p { color: rgb(16,144,161); }

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

<style>
 a { background-color: #1090A1; }

 a { background-color: rgb(16,144,161); }

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

<style>
 span { border-color: #1090A1; }

 span { border-color: rgb(16,144,161); }

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