Html Css Color HEX #0595AD Bondi Blue

📋 copy color: '#0595AD'

red 5 ◦ green 149 ◦ blue 173

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

Shades of Bondi Blue #0595AD

Tints of Bondi Blue #0595AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 1.53%
G = 45.57%
B = 52.91%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0595AD (or 0x0595AD) is known color: Bondi Blue. HEX triplet: 05, 95 and AD. RGB value is (5,149,173). Sum of RGB (Red+Green+Blue) = 5+149+173=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #0595AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0595AD is #FA6A52. Grayscale: #6C6C6C. Windows color (decimal): -16411219 or 11375877. OLE color: 11375877.

HSL color Cylindrical-coordinate representation of color #0595AD: hue angle of 188.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0595AD is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 149 173 -
CMYK 0.97 0.14 0 0.32
HSL 188.57º 0.94% 0.35% -
HSV(B) 188.57º 0.97% 0.68% -
XYZ 18.35 24.54 43.31 -
YUV 108.68 164.29 54.05 -
System Red Green Blue C M Y K H S L
Decimal 5 149 173 0.97 0.14 0 0.32 188.57 0.94 0.35
Hex 5 95 AD 61 E 0 20 BD 5E 23
Octal 5 225 255 141 16 0 40 275 136 43
Binary 101 10010101 10101101 1100001 1110 0 100000 10111101 1011110 100011

Color Harmonies of #0595AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0595AD

Black with #0595AD

Text Example


Text Example

White with #0595AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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