#1291BB

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

Shades of Bondi Blue #1291BB

Tints of Bondi Blue #1291BB

Color information

#1291BB (or 0x1291BB) is unknown color: approx Bondi Blue. HEX triplet: 12, 91 and BB. RGB value is (18,145,187). Sum of RGB (Red+Green+Blue) = 18+145+187=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #1291BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1291BB is #ED6E44. Grayscale: #6F6F6F. Windows color (decimal): -15560261 or 12292370. OLE color: 12292370.

HSL color Cylindrical-coordinate representation of color #1291BB: hue angle of 194.91º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1291BB is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18145187-
CMYK0.900.2200.27
HSL194.91º82.44%40.2%-
HSV(B)194.91º90.37%73.33%-
XYZ19.3423.9750.62-
YUV111.82170.4261.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.14%
GREEN value IS 145 (57.03% from 255) = 41.43%
BLUE value IS 187 (73.44% from 255) = 53.43%
R=5.14%
G=41.43%
B=53.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181451870.900.2200.27194.9182.4440.2
Hex1291BB5A1601Bc35228
Octal222212731322603330312250
Binary100101001000110111011101101010110011011110000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1291BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1291BB; }

 p { color: rgb(18,145,187); }

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

<style>
 a { background-color: #1291BB; }

 a { background-color: rgb(18,145,187); }

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

<style>
 span { border-color: #1291BB; }

 span { border-color: rgb(18,145,187); }

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