#1192B1

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

Shades of Bondi Blue #1192B1

Tints of Bondi Blue #1192B1

Color information

#1192B1 (or 0x1192B1) is unknown color: approx Bondi Blue. HEX triplet: 11, 92 and B1. RGB value is (17,146,177). Sum of RGB (Red+Green+Blue) = 17+146+177=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #1192B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1192B1 is #EE6D4E. Grayscale: #6E6E6E. Windows color (decimal): -15625551 or 11637265. OLE color: 11637265.

HSL color Cylindrical-coordinate representation of color #1192B1: hue angle of 191.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1192B1 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17146177-
CMYK0.900.1800.31
HSL191.62º82.47%38.04%-
HSV(B)191.62º90.4%69.41%-
XYZ18.4523.8545.23-
YUV110.96165.2660.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 177 (69.53% from 255) = 52.06%
R=5%
G=42.94%
B=52.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171461770.900.1800.31191.6282.4738.04
Hex1192B15A1201Fc05226
Octal212222611322203730012246
Binary100011001001010110001101101010010011111110000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1192B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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