#0592BA

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

Shades of Bondi Blue #0592BA

Tints of Bondi Blue #0592BA

Color information

#0592BA (or 0x0592BA) is unknown color: approx Bondi Blue. HEX triplet: 05, 92 and BA. RGB value is (5,146,186). Sum of RGB (Red+Green+Blue) = 5+146+186=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 146 (57.42% from 255 or 43.32% 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 #0592BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0592BA is #FA6D45. Grayscale: #6C6C6C. Windows color (decimal): -16411974 or 12227077. OLE color: 12227077.

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

Color convert

RGB5146186-
CMYK0.970.2200.27
HSL193.26º94.76%37.45%-
HSV(B)193.26º97.31%72.94%-
XYZ19.224.1450.1-
YUV108.4171.7954.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.48%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=1.48%
G=43.32%
B=55.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51461860.970.2200.27193.2694.7637.45
Hex592BA611601Bc15f25
Octal52222721412603330113745
Binary1011001001010111010110000110110011011110000011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0592BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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