#019BA5

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

Shades of Bondi Blue #019BA5

Tints of Bondi Blue #019BA5

Color information

#019BA5 (or 0x019BA5) is unknown color: approx Bondi Blue. HEX triplet: 01, 9B and A5. RGB value is (1,155,165). Sum of RGB (Red+Green+Blue) = 1+155+165=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #019BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019BA5 is #FE645A. Grayscale: #6D6D6D. Windows color (decimal): -16671835 or 10853121. OLE color: 10853121.

HSL color Cylindrical-coordinate representation of color #019BA5: hue angle of 183.66º 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 #019BA5 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1155165-
CMYK0.990.0600.35
HSL183.66º98.8%32.55%-
HSV(B)183.66º99.39%64.71%-
XYZ18.5326.1739.67-
YUV110.09158.9850.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 165 (64.84% from 255) = 51.40%
R=0.31%
G=48.29%
B=51.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11551650.990.0600.35183.6698.832.55
Hex19BA5636023b86321
Octal1233245143604327014341
Binary1100110111010010111000111100100011101110001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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