#0291BA

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

Shades of Bondi Blue #0291BA

Tints of Bondi Blue #0291BA

Color information

#0291BA (or 0x0291BA) is unknown color: approx Bondi Blue. HEX triplet: 02, 91 and BA. RGB value is (2,145,186). Sum of RGB (Red+Green+Blue) = 2+145+186=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #0291BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0291BA is #FD6E45. Grayscale: #6A6A6A. Windows color (decimal): -16608838 or 12226818. OLE color: 12226818.

HSL color Cylindrical-coordinate representation of color #0291BA: hue angle of 193.37º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0291BA is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2145186-
CMYK0.990.2200.27
HSL193.37º97.87%36.86%-
HSV(B)193.37º98.92%72.94%-
XYZ19.0123.8150.05-
YUV106.92172.6253.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=0.60%
G=43.54%
B=55.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21451860.990.2200.27193.3797.8736.86
Hex291BA631601Bc16225
Octal22212721432603330114245
Binary101001000110111010110001110110011011110000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0291BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,145,186); }

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

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

 a { background-color: rgb(2,145,186); }

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

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

 span { border-color: rgb(2,145,186); }

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