#0295BA

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

Shades of Bondi Blue #0295BA

Tints of Bondi Blue #0295BA

Color information

#0295BA (or 0x0295BA) is unknown color: approx Bondi Blue. HEX triplet: 02, 95 and BA. RGB value is (2,149,186). Sum of RGB (Red+Green+Blue) = 2+149+186=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #0295BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295BA is #FD6A45. Grayscale: #6C6C6C. Windows color (decimal): -16607814 or 12227842. OLE color: 12227842.

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

Color convert

RGB2149186-
CMYK0.990.2000.27
HSL192.07º97.87%36.86%-
HSV(B)192.07º98.92%72.94%-
XYZ19.6425.0550.26-
YUV109.26171.351.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=0.59%
G=44.21%
B=55.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21491860.990.2000.27192.0797.8736.86
Hex295BA631401Bc06225
Octal22252721432403330014245
Binary101001010110111010110001110100011011110000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0295BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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