Html Css Color HEX #0592BE Bondi Blue

📋 copy color: '#0592BE'

red 5 ◦ green 146 ◦ blue 190

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

Shades of Bondi Blue #0592BE

Tints of Bondi Blue #0592BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

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

R = 1.47%
G = 42.82%
B = 55.72%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0592BE (or 0x0592BE) is known color: Bondi Blue. HEX triplet: 05, 92 and BE. RGB value is (5,146,190). Sum of RGB (Red+Green+Blue) = 5+146+190=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #0592BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0592BE is #FA6D41. Grayscale: #6C6C6C. Windows color (decimal): -16411970 or 12489221. OLE color: 12489221.

HSL color Cylindrical-coordinate representation of color #0592BE: hue angle of 194.27º 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 #0592BE is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 146 190 -
CMYK 0.97 0.23 0 0.25
HSL 194.27º 0.95% 0.38% -
HSV(B) 194.27º 0.97% 0.75% -
XYZ 19.64 24.31 52.37 -
YUV 108.86 173.79 53.92 -
System Red Green Blue C M Y K H S L
Decimal 5 146 190 0.97 0.23 0 0.25 194.27 0.95 0.38
Hex 5 92 BE 61 17 0 19 C2 5F 26
Octal 5 222 276 141 27 0 31 302 137 46
Binary 101 10010010 10111110 1100001 10111 0 11001 11000010 1011111 100110

Color Harmonies of #0592BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0592BE

Black with #0592BE

Text Example


Text Example

White with #0592BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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