Html Css Color HEX #0595AF Bondi Blue

📋 copy color: '#0595AF'

red 5 ◦ green 149 ◦ blue 175

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

Shades of Bondi Blue #0595AF

Tints of Bondi Blue #0595AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 1.52%
G = 45.29%
B = 53.19%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0595AF (or 0x0595AF) is known color: Bondi Blue. HEX triplet: 05, 95 and AF. RGB value is (5,149,175). Sum of RGB (Red+Green+Blue) = 5+149+175=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #0595AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0595AF is #FA6A50. Grayscale: #6C6C6C. Windows color (decimal): -16411217 or 11506949. OLE color: 11506949.

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

Color convert

RGB 5 149 175 -
CMYK 0.97 0.15 0 0.31
HSL 189.18º 0.94% 0.35% -
HSV(B) 189.18º 0.97% 0.69% -
XYZ 18.55 24.62 44.33 -
YUV 108.91 165.29 53.89 -
System Red Green Blue C M Y K H S L
Decimal 5 149 175 0.97 0.15 0 0.31 189.18 0.94 0.35
Hex 5 95 AF 61 F 0 1F BD 5E 23
Octal 5 225 257 141 17 0 37 275 136 43
Binary 101 10010101 10101111 1100001 1111 0 11111 10111101 1011110 100011

Color Harmonies of #0595AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0595AF

Black with #0595AF

Text Example


Text Example

White with #0595AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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