Html Css Color HEX #019BA9 Bondi Blue

📋 copy color: '#019BA9'

red 1 ◦ green 155 ◦ blue 169

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

Shades of Bondi Blue #019BA9

Tints of Bondi Blue #019BA9

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 155 (60.94% from 255) = 47.69%

 BLUE value IS 169 (66.41% from 255) = 52%

R = 0.31%
G = 47.69%
B = 52%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#019BA9 (or 0x019BA9) is known color: Bondi Blue. HEX triplet: 01, 9B and A9. RGB value is (1,155,169). Sum of RGB (Red+Green+Blue) = 1+155+169=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #019BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019BA9 is #FE6456. Grayscale: #6E6E6E. Windows color (decimal): -16671831 or 11115265. OLE color: 11115265.

HSL color Cylindrical-coordinate representation of color #019BA9: hue angle of 185º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019BA9 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 1 155 169 -
CMYK 0.99 0.08 0 0.34
HSL 185º 0.99% 0.33% -
HSV(B) 185º 0.99% 0.66% -
XYZ 18.9 26.31 41.62 -
YUV 110.55 160.98 49.86 -
System Red Green Blue C M Y K H S L
Decimal 1 155 169 0.99 0.08 0 0.34 185 0.99 0.33
Hex 1 9B A9 63 8 0 22 B9 63 21
Octal 1 233 251 143 10 0 42 271 143 41
Binary 1 10011011 10101001 1100011 1000 0 100010 10111001 1100011 100001

Color Harmonies of #019BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BA9

Black with #019BA9

Text Example


Text Example

White with #019BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019BA9; }

 p { color: rgb(1,155,169); }

 H1.HeaderClassName
 {
   color: #019BA9;
 }
 .AnyTagClassName
 {
   color: #019BA9;
 }
</style>

background-color css

<style>
 a { background-color: #019BA9; }

 a { background-color: rgb(1,155,169); }

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

border-color css

<style>
 span { border-color: #019BA9; }

 span { border-color: rgb(1,155,169); }

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