#1191AA

Color #1191AA Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #1191AA

Tints of Bondi Blue #1191AA

Color information

#1191AA (or 0x1191AA) is unknown color: approx Bondi Blue. HEX triplet: 11, 91 and AA. RGB value is (17,145,170). Sum of RGB (Red+Green+Blue) = 17+145+170=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #1191AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1191AA is #EE6E55. Grayscale: #6D6D6D. Windows color (decimal): -15625814 or 11178257. OLE color: 11178257.

HSL color Cylindrical-coordinate representation of color #1191AA: hue angle of 189.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1191AA is Cyan = 0.9, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17145170-
CMYK0.90.1500.33
HSL189.8º81.82%36.67%-
HSV(B)189.8º90%66.67%-
XYZ17.6123.2741.59-
YUV109.58162.0961.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.12%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=5.12%
G=43.67%
B=51.20%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171451700.90.1500.33189.881.8236.67
Hex1191AA5AF021be5225
Octal212212521321704127612245
Binary100011001000110101010101101011110100001101111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1191AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1191AA; }

 p { color: rgb(17,145,170); }

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

<style>
 a { background-color: #1191AA; }

 a { background-color: rgb(17,145,170); }

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

<style>
 span { border-color: #1191AA; }

 span { border-color: rgb(17,145,170); }

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