Html Css Color HEX #059CB1 Bondi Blue

📋 copy color: '#059CB1'

red 5 ◦ green 156 ◦ blue 177

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

Shades of Bondi Blue #059CB1

Tints of Bondi Blue #059CB1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.15%

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

R = 1.48%
G = 46.15%
B = 52.37%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#059CB1 (or 0x059CB1) is known color: Bondi Blue. HEX triplet: 05, 9C and B1. RGB value is (5,156,177). Sum of RGB (Red+Green+Blue) = 5+156+177=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #059CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059CB1 is #FA634E. Grayscale: #717171. Windows color (decimal): -16409423 or 11639813. OLE color: 11639813.

HSL color Cylindrical-coordinate representation of color #059CB1: hue angle of 187.33º 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 #059CB1 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 156 177 -
CMYK 0.97 0.12 0 0.31
HSL 187.33º 0.95% 0.36% -
HSV(B) 187.33º 0.97% 0.69% -
XYZ 19.89 26.98 45.76 -
YUV 113.25 163.97 50.79 -
System Red Green Blue C M Y K H S L
Decimal 5 156 177 0.97 0.12 0 0.31 187.33 0.95 0.36
Hex 5 9C B1 61 C 0 1F BB 5F 24
Octal 5 234 261 141 14 0 37 273 137 44
Binary 101 10011100 10110001 1100001 1100 0 11111 10111011 1011111 100100

Color Harmonies of #059CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CB1

Black with #059CB1

Text Example


Text Example

White with #059CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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