Html Css Color HEX #059AB1 Bondi Blue

📋 copy color: '#059AB1'

red 5 ◦ green 154 ◦ blue 177

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

Shades of Bondi Blue #059AB1

Tints of Bondi Blue #059AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.83%

 BLUE value IS 177 (69.53% from 255) = 52.68%

R = 1.49%
G = 45.83%
B = 52.68%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#059AB1 (or 0x059AB1) is known color: Bondi Blue. HEX triplet: 05, 9A and B1. RGB value is (5,154,177). Sum of RGB (Red+Green+Blue) = 5+154+177=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #059AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AB1 is #FA654E. Grayscale: #6F6F6F. Windows color (decimal): -16409935 or 11639301. OLE color: 11639301.

HSL color Cylindrical-coordinate representation of color #059AB1: hue angle of 188.02º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059AB1 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 154 177 -
CMYK 0.97 0.13 0 0.31
HSL 188.02º 0.95% 0.36% -
HSV(B) 188.02º 0.97% 0.69% -
XYZ 19.55 26.32 45.64 -
YUV 112.07 164.64 51.63 -
System Red Green Blue C M Y K H S L
Decimal 5 154 177 0.97 0.13 0 0.31 188.02 0.95 0.36
Hex 5 9A B1 61 D 0 1F BC 5F 24
Octal 5 232 261 141 15 0 37 274 137 44
Binary 101 10011010 10110001 1100001 1101 0 11111 10111100 1011111 100100

Color Harmonies of #059AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AB1

Black with #059AB1

Text Example


Text Example

White with #059AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059AB1; }

 p { color: rgb(5,154,177); }

 H1.HeaderClassName
 {
   color: #059AB1;
 }
 .AnyTagClassName
 {
   color: #059AB1;
 }
</style>

background-color css

<style>
 a { background-color: #059AB1; }

 a { background-color: rgb(5,154,177); }

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

border-color css

<style>
 span { border-color: #059AB1; }

 span { border-color: rgb(5,154,177); }

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