Html Css Color HEX #0595BE Bondi Blue

📋 copy color: '#0595BE'

red 5 ◦ green 149 ◦ blue 190

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

Shades of Bondi Blue #0595BE

Tints of Bondi Blue #0595BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 1.45%
G = 43.31%
B = 55.23%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0595BE (or 0x0595BE) is known color: Bondi Blue. HEX triplet: 05, 95 and BE. RGB value is (5,149,190). Sum of RGB (Red+Green+Blue) = 5+149+190=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #0595BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0595BE is #FA6A41. Grayscale: #6E6E6E. Windows color (decimal): -16411202 or 12489989. OLE color: 12489989.

HSL color Cylindrical-coordinate representation of color #0595BE: hue angle of 193.3º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0595BE is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 149 190 -
CMYK 0.97 0.22 0 0.25
HSL 193.3º 0.95% 0.38% -
HSV(B) 193.3º 0.97% 0.75% -
XYZ 20.1 25.24 52.53 -
YUV 110.62 172.79 52.67 -
System Red Green Blue C M Y K H S L
Decimal 5 149 190 0.97 0.22 0 0.25 193.3 0.95 0.38
Hex 5 95 BE 61 16 0 19 C1 5F 26
Octal 5 225 276 141 26 0 31 301 137 46
Binary 101 10010101 10111110 1100001 10110 0 11001 11000001 1011111 100110

Color Harmonies of #0595BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0595BE

Black with #0595BE

Text Example


Text Example

White with #0595BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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