#1292BA

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

Shades of Bondi Blue #1292BA

Tints of Bondi Blue #1292BA

Color information

#1292BA (or 0x1292BA) is unknown color: approx Bondi Blue. HEX triplet: 12, 92 and BA. RGB value is (18,146,186). Sum of RGB (Red+Green+Blue) = 18+146+186=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #1292BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1292BA is #ED6D45. Grayscale: #707070. Windows color (decimal): -15560006 or 12227090. OLE color: 12227090.

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

Color convert

RGB18146186-
CMYK0.900.2200.27
HSL194.29º82.35%40%-
HSV(B)194.29º90.32%72.94%-
XYZ19.3924.2350.11-
YUV112.29169.5960.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.14%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=5.14%
G=41.71%
B=53.14%

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
Decimal181461860.900.2200.27194.2982.3540
Hex1292BA5A1601Bc25228
Octal222222721322603330212250
Binary100101001001010111010101101010110011011110000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1292BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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