Html Css Color HEX #0590BE Bondi Blue

📋 copy color: '#0590BE'

red 5 ◦ green 144 ◦ blue 190

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

Shades of Bondi Blue #0590BE

Tints of Bondi Blue #0590BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.48%

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

R = 1.47%
G = 42.48%
B = 56.05%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0590BE (or 0x0590BE) is known color: Bondi Blue. HEX triplet: 05, 90 and BE. RGB value is (5,144,190). Sum of RGB (Red+Green+Blue) = 5+144+190=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #0590BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0590BE is #FA6F41. Grayscale: #6B6B6B. Windows color (decimal): -16412482 or 12488709. OLE color: 12488709.

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

Color convert

RGB 5 144 190 -
CMYK 0.97 0.24 0 0.25
HSL 194.92º 0.95% 0.38% -
HSV(B) 194.92º 0.97% 0.75% -
XYZ 19.33 23.7 52.27 -
YUV 107.68 174.45 54.76 -
System Red Green Blue C M Y K H S L
Decimal 5 144 190 0.97 0.24 0 0.25 194.92 0.95 0.38
Hex 5 90 BE 61 18 0 19 C3 5F 26
Octal 5 220 276 141 30 0 31 303 137 46
Binary 101 10010000 10111110 1100001 11000 0 11001 11000011 1011111 100110

Color Harmonies of #0590BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0590BE

Black with #0590BE

Text Example


Text Example

White with #0590BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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