Html Css Color HEX #0594AF Bondi Blue

📋 copy color: '#0594AF'

red 5 ◦ green 148 ◦ blue 175

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

Shades of Bondi Blue #0594AF

Tints of Bondi Blue #0594AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.12%

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

R = 1.52%
G = 45.12%
B = 53.35%

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

#0594AF (or 0x0594AF) is known color: Bondi Blue. HEX triplet: 05, 94 and AF. RGB value is (5,148,175). Sum of RGB (Red+Green+Blue) = 5+148+175=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #0594AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0594AF is #FA6B50. Grayscale: #6C6C6C. Windows color (decimal): -16411473 or 11506693. OLE color: 11506693.

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

Color convert

RGB 5 148 175 -
CMYK 0.97 0.15 0 0.31
HSL 189.53º 0.94% 0.35% -
HSV(B) 189.53º 0.97% 0.69% -
XYZ 18.39 24.31 44.28 -
YUV 108.32 165.62 54.3 -
System Red Green Blue C M Y K H S L
Decimal 5 148 175 0.97 0.15 0 0.31 189.53 0.94 0.35
Hex 5 94 AF 61 F 0 1F BE 5E 23
Octal 5 224 257 141 17 0 37 276 136 43
Binary 101 10010100 10101111 1100001 1111 0 11111 10111110 1011110 100011

Color Harmonies of #0594AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0594AF

Black with #0594AF

Text Example


Text Example

White with #0594AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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