#11869A

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

Shades of Eastern Blue #11869A

Tints of Eastern Blue #11869A

Color information

#11869A (or 0x11869A) is unknown color: approx Eastern Blue. HEX triplet: 11, 86 and 9A. RGB value is (17,134,154). Sum of RGB (Red+Green+Blue) = 17+134+154=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #11869A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11869A is #EE7965. Grayscale: #656565. Windows color (decimal): -15628646 or 10126865. OLE color: 10126865.

HSL color Cylindrical-coordinate representation of color #11869A: hue angle of 188.76º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11869A is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB17134154-
CMYK0.890.1300.40
HSL188.76º80.12%33.53%-
HSV(B)188.76º88.96%60.39%-
XYZ14.5919.533.57-
YUV101.3157.7467.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.57%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 154 (60.55% from 255) = 50.49%
R=5.57%
G=43.93%
B=50.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171341540.890.1300.40188.7680.1233.53
Hex11869A59D028bd5022
Octal212062321311505027512042
Binary100011000011010011010101100111010101000101111011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11869A; }

 p { color: rgb(17,134,154); }

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

<style>
 a { background-color: #11869A; }

 a { background-color: rgb(17,134,154); }

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

<style>
 span { border-color: #11869A; }

 span { border-color: rgb(17,134,154); }

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