Html Css Color HEX #0589BE Bondi Blue

📋 copy color: '#0589BE'

red 5 ◦ green 137 ◦ blue 190

#0589BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0589BE

Tints of Bondi Blue #0589BE

RGB

 RED value IS 5 (2.34% from 255) = 1.51%

 GREEN value IS 137 (53.91% from 255) = 41.27%

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 1.51%
G = 41.27%
B = 57.23%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0589BE (or 0x0589BE) is known color: Bondi Blue. HEX triplet: 05, 89 and BE. RGB value is (5,137,190). Sum of RGB (Red+Green+Blue) = 5+137+190=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #0589BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589BE is #FA7641. Grayscale: #676767. Windows color (decimal): -16414274 or 12486917. OLE color: 12486917.

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

Color convert

RGB 5 137 190 -
CMYK 0.97 0.28 0 0.25
HSL 197.19º 0.95% 0.38% -
HSV(B) 197.19º 0.97% 0.75% -
XYZ 18.3 21.64 51.93 -
YUV 103.57 176.77 57.69 -
System Red Green Blue C M Y K H S L
Decimal 5 137 190 0.97 0.28 0 0.25 197.19 0.95 0.38
Hex 5 89 BE 61 1C 0 19 C5 5F 26
Octal 5 211 276 141 34 0 31 305 137 46
Binary 101 10001001 10111110 1100001 11100 0 11001 11000101 1011111 100110

Color Harmonies of #0589BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589BE

Black with #0589BE

Text Example


Text Example

White with #0589BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0589BE;
 }
 .AnyTagClassName
 {
   color: #0589BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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