Html Css Color HEX #0591BA Bondi Blue

📋 copy color: '#0591BA'

red 5 ◦ green 145 ◦ blue 186

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

Shades of Bondi Blue #0591BA

Tints of Bondi Blue #0591BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 1.49%
G = 43.15%
B = 55.36%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0591BA (or 0x0591BA) is known color: Bondi Blue. HEX triplet: 05, 91 and BA. RGB value is (5,145,186). Sum of RGB (Red+Green+Blue) = 5+145+186=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #0591BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0591BA is #FA6E45. Grayscale: #6B6B6B. Windows color (decimal): -16412230 or 12226821. OLE color: 12226821.

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

Color convert

RGB 5 145 186 -
CMYK 0.97 0.22 0 0.27
HSL 193.59º 0.95% 0.37% -
HSV(B) 193.59º 0.97% 0.73% -
XYZ 19.05 23.83 50.05 -
YUV 107.81 172.12 54.67 -
System Red Green Blue C M Y K H S L
Decimal 5 145 186 0.97 0.22 0 0.27 193.59 0.95 0.37
Hex 5 91 BA 61 16 0 1B C2 5F 25
Octal 5 221 272 141 26 0 33 302 137 45
Binary 101 10010001 10111010 1100001 10110 0 11011 11000010 1011111 100101

Color Harmonies of #0591BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0591BA

Black with #0591BA

Text Example


Text Example

White with #0591BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0591BA;
 }
 .AnyTagClassName
 {
   color: #0591BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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