#1192AA

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

Shades of Bondi Blue #1192AA

Tints of Bondi Blue #1192AA

Color information

#1192AA (or 0x1192AA) is unknown color: approx Bondi Blue. HEX triplet: 11, 92 and AA. RGB value is (17,146,170). Sum of RGB (Red+Green+Blue) = 17+146+170=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #1192AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1192AA is #EE6D55. Grayscale: #6D6D6D. Windows color (decimal): -15625558 or 11178513. OLE color: 11178513.

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

Color convert

RGB17146170-
CMYK0.90.1400.33
HSL189.41º81.82%36.67%-
HSV(B)189.41º90%66.67%-
XYZ17.7723.5841.65-
YUV110.16161.7661.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.11%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=5.11%
G=43.84%
B=51.05%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171461700.90.1400.33189.4181.8236.67
Hex1192AA5AE021bd5225
Octal212222521321604127512245
Binary100011001001010101010101101011100100001101111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1192AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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