#0489BE

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

Shades of Bondi Blue #0489BE

Tints of Bondi Blue #0489BE

Color information

#0489BE (or 0x0489BE) is unknown color: approx Bondi Blue. HEX triplet: 04, 89 and BE. RGB value is (4,137,190). Sum of RGB (Red+Green+Blue) = 4+137+190=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #0489BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0489BE is #FB7641. Grayscale: #666666. Windows color (decimal): -16479810 or 12486916. OLE color: 12486916.

HSL color Cylindrical-coordinate representation of color #0489BE: hue angle of 197.1º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0489BE is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4137190-
CMYK0.980.2800.25
HSL197.1º95.88%38.04%-
HSV(B)197.1º97.89%74.51%-
XYZ18.2921.6351.93-
YUV103.28176.9457.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.21%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=1.21%
G=41.39%
B=57.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41371900.980.2800.25197.195.8838.04
Hex489BE621C019c56026
Octal42112761423403130514046
Binary1001000100110111110110001011100011001110001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0489BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0489BE; }

 p { color: rgb(4,137,190); }

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

<style>
 a { background-color: #0489BE; }

 a { background-color: rgb(4,137,190); }

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

<style>
 span { border-color: #0489BE; }

 span { border-color: rgb(4,137,190); }

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