#1095A5

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

Shades of Eastern Blue #1095A5

Tints of Eastern Blue #1095A5

Color information

#1095A5 (or 0x1095A5) is unknown color: approx Eastern Blue. HEX triplet: 10, 95 and A5. RGB value is (16,149,165). Sum of RGB (Red+Green+Blue) = 16+149+165=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #1095A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1095A5 is #EF6A5A. Grayscale: #6E6E6E. Windows color (decimal): -15690331 or 10851600. OLE color: 10851600.

HSL color Cylindrical-coordinate representation of color #1095A5: hue angle of 186.44º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1095A5 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16149165-
CMYK0.900.1000.35
HSL186.44º82.32%35.49%-
HSV(B)186.44º90.3%64.71%-
XYZ17.7524.3239.36-
YUV111.06158.4460.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.85%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 165 (64.84% from 255) = 50%
R=4.85%
G=45.15%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161491650.900.1000.35186.4482.3235.49
Hex1095A55AA023ba5223
Octal202252451321204327212243
Binary100001001010110100101101101010100100011101110101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1095A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1095A5; }

 p { color: rgb(16,149,165); }

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

<style>
 a { background-color: #1095A5; }

 a { background-color: rgb(16,149,165); }

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

<style>
 span { border-color: #1095A5; }

 span { border-color: rgb(16,149,165); }

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