#0594BA

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

Shades of Bondi Blue #0594BA

Tints of Bondi Blue #0594BA

Color information

#0594BA (or 0x0594BA) is unknown color: approx Bondi Blue. HEX triplet: 05, 94 and BA. RGB value is (5,148,186). Sum of RGB (Red+Green+Blue) = 5+148+186=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #0594BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0594BA is #FA6B45. Grayscale: #6D6D6D. Windows color (decimal): -16411462 or 12227589. OLE color: 12227589.

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

Color convert

RGB5148186-
CMYK0.970.2000.27
HSL192.6º94.76%37.45%-
HSV(B)192.6º97.31%72.94%-
XYZ19.5224.7650.2-
YUV109.57171.1253.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.47%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=1.47%
G=43.66%
B=54.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51481860.970.2000.27192.694.7637.45
Hex594BA611401Bc15f25
Octal52242721412403330113745
Binary1011001010010111010110000110100011011110000011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0594BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,148,186); }

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

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

 a { background-color: rgb(5,148,186); }

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

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

 span { border-color: rgb(5,148,186); }

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