Html Css Color HEX #0592AF Bondi Blue

📋 copy color: '#0592AF'

red 5 ◦ green 146 ◦ blue 175

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

Shades of Bondi Blue #0592AF

Tints of Bondi Blue #0592AF

RGB

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

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

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

R = 1.53%
G = 44.79%
B = 53.68%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0592AF (or 0x0592AF) is known color: Bondi Blue. HEX triplet: 05, 92 and AF. RGB value is (5,146,175). Sum of RGB (Red+Green+Blue) = 5+146+175=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #0592AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0592AF is #FA6D50. Grayscale: #6A6A6A. Windows color (decimal): -16411985 or 11506181. OLE color: 11506181.

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

Color convert

RGB 5 146 175 -
CMYK 0.97 0.17 0 0.31
HSL 190.24º 0.94% 0.35% -
HSV(B) 190.24º 0.97% 0.69% -
XYZ 18.08 23.69 44.18 -
YUV 107.15 166.29 55.14 -
System Red Green Blue C M Y K H S L
Decimal 5 146 175 0.97 0.17 0 0.31 190.24 0.94 0.35
Hex 5 92 AF 61 11 0 1F BE 5E 23
Octal 5 222 257 141 21 0 37 276 136 43
Binary 101 10010010 10101111 1100001 10001 0 11111 10111110 1011110 100011

Color Harmonies of #0592AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0592AF

Black with #0592AF

Text Example


Text Example

White with #0592AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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