#1193B1

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

Shades of Bondi Blue #1193B1

Tints of Bondi Blue #1193B1

Color information

#1193B1 (or 0x1193B1) is unknown color: approx Bondi Blue. HEX triplet: 11, 93 and B1. RGB value is (17,147,177). Sum of RGB (Red+Green+Blue) = 17+147+177=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #1193B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1193B1 is #EE6C4E. Grayscale: #6F6F6F. Windows color (decimal): -15625295 or 11637521. OLE color: 11637521.

HSL color Cylindrical-coordinate representation of color #1193B1: hue angle of 191.25º 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 #1193B1 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17147177-
CMYK0.900.1700.31
HSL191.25º82.47%38.04%-
HSV(B)191.25º90.4%69.41%-
XYZ18.624.1645.28-
YUV111.55164.9360.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.99%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 177 (69.53% from 255) = 51.91%
R=4.99%
G=43.11%
B=51.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171471770.900.1700.31191.2582.4738.04
Hex1193B15A1101Fbf5226
Octal212232611322103727712246
Binary100011001001110110001101101010001011111101111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1193B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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