#1190AA

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

Shades of Bondi Blue #1190AA

Tints of Bondi Blue #1190AA

Color information

#1190AA (or 0x1190AA) is unknown color: approx Bondi Blue. HEX triplet: 11, 90 and AA. RGB value is (17,144,170). Sum of RGB (Red+Green+Blue) = 17+144+170=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #1190AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1190AA is #EE6F55. Grayscale: #6C6C6C. Windows color (decimal): -15626070 or 11178001. OLE color: 11178001.

HSL color Cylindrical-coordinate representation of color #1190AA: hue angle of 190.2º 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 #1190AA is Cyan = 0.9, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17144170-
CMYK0.90.1500.33
HSL190.2º81.82%36.67%-
HSV(B)190.2º90%66.67%-
XYZ17.4622.9741.54-
YUV108.99162.4262.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.14%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=5.14%
G=43.50%
B=51.36%

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
Decimal171441700.90.1500.33190.281.8236.67
Hex1190AA5AF021be5225
Octal212202521321704127612245
Binary100011001000010101010101101011110100001101111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1190AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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