#019AA5

Color #019AA5 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #019AA5

Tints of Bondi Blue #019AA5

Color information

#019AA5 (or 0x019AA5) is unknown color: approx Bondi Blue. HEX triplet: 01, 9A and A5. RGB value is (1,154,165). Sum of RGB (Red+Green+Blue) = 1+154+165=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #019AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019AA5 is #FE655A. Grayscale: #6D6D6D. Windows color (decimal): -16672091 or 10852865. OLE color: 10852865.

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

Color convert

RGB1154165-
CMYK0.990.0700.35
HSL184.02º98.8%32.55%-
HSV(B)184.02º99.39%64.71%-
XYZ18.3625.8339.62-
YUV109.51159.3150.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 154 (60.55% from 255) = 48.12%
BLUE value IS 165 (64.84% from 255) = 51.56%
R=0.31%
G=48.12%
B=51.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11541650.990.0700.35184.0298.832.55
Hex19AA5637023b86321
Octal1232245143704327014341
Binary1100110101010010111000111110100011101110001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,154,165); }

 H1.HeaderClassName
 {
   color: #019AA5;
 }
 .AnyTagClassName
 {
   color: #019AA5;
 }
</style>
background-color css

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

 a { background-color: rgb(1,154,165); }

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

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

 span { border-color: rgb(1,154,165); }

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