Html Css Color HEX #1096A0 Eastern Blue

📋 copy color: '#1096A0'

red 16 ◦ green 150 ◦ blue 160

#1096A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #1096A0

Tints of Eastern Blue #1096A0

RGB

 RED value IS 16 (6.64% from 255) = 4.91%

 GREEN value IS 150 (58.98% from 255) = 46.01%

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 4.91%
G = 46.01%
B = 49.08%

CMYK

 C value IS 0.9

 M value IS 0.06

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1096A0 (or 0x1096A0) is known color: Eastern Blue. HEX triplet: 10, 96 and A0. RGB value is (16,150,160). Sum of RGB (Red+Green+Blue) = 16+150+160=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #1096A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1096A0 is #EF695F. Grayscale: #6E6E6E. Windows color (decimal): -15690080 or 10524176. OLE color: 10524176.

HSL color Cylindrical-coordinate representation of color #1096A0: hue angle of 184.17º 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 #1096A0 is Cyan = 0.9, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 150 160 -
CMYK 0.9 0.06 0 0.37
HSL 184.17º 0.82% 0.35% -
HSV(B) 184.17º 0.9% 0.63% -
XYZ 17.47 24.46 37.06 -
YUV 111.07 155.61 60.19 -
System Red Green Blue C M Y K H S L
Decimal 16 150 160 0.9 0.06 0 0.37 184.17 0.82 0.35
Hex 10 96 A0 5A 6 0 25 B8 52 23
Octal 20 226 240 132 6 0 45 270 122 43
Binary 10000 10010110 10100000 1011010 110 0 100101 10111000 1010010 100011

Color Harmonies of #1096A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1096A0

Black with #1096A0

Text Example


Text Example

White with #1096A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1096A0; }

 p { color: rgb(16,150,160); }

 H1.HeaderClassName
 {
   color: #1096A0;
 }
 .AnyTagClassName
 {
   color: #1096A0;
 }
</style>

background-color css

<style>
 a { background-color: #1096A0; }

 a { background-color: rgb(16,150,160); }

 div.DivClassName
 {
   background-color: #1096A0;
 }
 .BgClassName
 {
   background-color: #1096A0;
 }
</style>

border-color css

<style>
 span { border-color: #1096A0; }

 span { border-color: rgb(16,150,160); }

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