#1195BA

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

Shades of Bondi Blue #1195BA

Tints of Bondi Blue #1195BA

Color information

#1195BA (or 0x1195BA) is unknown color: approx Bondi Blue. HEX triplet: 11, 95 and BA. RGB value is (17,149,186). Sum of RGB (Red+Green+Blue) = 17+149+186=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #1195BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1195BA is #EE6A45. Grayscale: #717171. Windows color (decimal): -15624774 or 12227857. OLE color: 12227857.

HSL color Cylindrical-coordinate representation of color #1195BA: hue angle of 193.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1195BA is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17149186-
CMYK0.910.2000.27
HSL193.14º83.25%39.8%-
HSV(B)193.14º90.86%72.94%-
XYZ19.8425.1650.26-
YUV113.75168.7758.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.83%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=4.83%
G=42.33%
B=52.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171491860.910.2000.27193.1483.2539.8
Hex1195BA5B1401Bc15328
Octal212252721332403330112350
Binary100011001010110111010101101110100011011110000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1195BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1195BA; }

 p { color: rgb(17,149,186); }

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

<style>
 a { background-color: #1195BA; }

 a { background-color: rgb(17,149,186); }

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

<style>
 span { border-color: #1195BA; }

 span { border-color: rgb(17,149,186); }

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