Html Css Color HEX #0595AA Bondi Blue

📋 copy color: '#0595AA'

red 5 ◦ green 149 ◦ blue 170

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

Shades of Bondi Blue #0595AA

Tints of Bondi Blue #0595AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.99%

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 1.54%
G = 45.99%
B = 52.47%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0595AA (or 0x0595AA) is known color: Bondi Blue. HEX triplet: 05, 95 and AA. RGB value is (5,149,170). Sum of RGB (Red+Green+Blue) = 5+149+170=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #0595AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0595AA is #FA6A55. Grayscale: #6C6C6C. Windows color (decimal): -16411222 or 11179269. OLE color: 11179269.

HSL color Cylindrical-coordinate representation of color #0595AA: hue angle of 187.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0595AA is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 149 170 -
CMYK 0.97 0.12 0 0.33
HSL 187.64º 0.94% 0.34% -
HSV(B) 187.64º 0.97% 0.67% -
XYZ 18.07 24.43 41.79 -
YUV 108.34 162.79 54.29 -
System Red Green Blue C M Y K H S L
Decimal 5 149 170 0.97 0.12 0 0.33 187.64 0.94 0.34
Hex 5 95 AA 61 C 0 21 BC 5E 22
Octal 5 225 252 141 14 0 41 274 136 42
Binary 101 10010101 10101010 1100001 1100 0 100001 10111100 1011110 100010

Color Harmonies of #0595AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0595AA

Black with #0595AA

Text Example


Text Example

White with #0595AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0595AA; }

 p { color: rgb(5,149,170); }

 H1.HeaderClassName
 {
   color: #0595AA;
 }
 .AnyTagClassName
 {
   color: #0595AA;
 }
</style>

background-color css

<style>
 a { background-color: #0595AA; }

 a { background-color: rgb(5,149,170); }

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

border-color css

<style>
 span { border-color: #0595AA; }

 span { border-color: rgb(5,149,170); }

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