#1292BB

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

Shades of Bondi Blue #1292BB

Tints of Bondi Blue #1292BB

Color information

#1292BB (or 0x1292BB) is unknown color: approx Bondi Blue. HEX triplet: 12, 92 and BB. RGB value is (18,146,187). Sum of RGB (Red+Green+Blue) = 18+146+187=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #1292BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1292BB is #ED6D44. Grayscale: #707070. Windows color (decimal): -15560005 or 12292626. OLE color: 12292626.

HSL color Cylindrical-coordinate representation of color #1292BB: hue angle of 194.56º 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 #1292BB is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18146187-
CMYK0.900.2200.27
HSL194.56º82.44%40.2%-
HSV(B)194.56º90.37%73.33%-
XYZ19.524.2750.67-
YUV112.4170.0960.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.13%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 187 (73.44% from 255) = 53.28%
R=5.13%
G=41.60%
B=53.28%

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
Decimal181461870.900.2200.27194.5682.4440.2
Hex1292BB5A1601Bc35228
Octal222222731322603330312250
Binary100101001001010111011101101010110011011110000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1292BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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