#019FA6

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

Shades of Bondi Blue #019FA6

Tints of Bondi Blue #019FA6

Color information

#019FA6 (or 0x019FA6) is unknown color: approx Bondi Blue. HEX triplet: 01, 9F and A6. RGB value is (1,159,166). Sum of RGB (Red+Green+Blue) = 1+159+166=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #019FA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019FA6 is #FE6059. Grayscale: #707070. Windows color (decimal): -16670810 or 10919681. OLE color: 10919681.

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

Color convert

RGB1159166-
CMYK0.990.0400.35
HSL182.55º98.8%32.75%-
HSV(B)182.55º99.4%65.1%-
XYZ19.2927.5640.38-
YUV112.56158.1548.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 159 (62.5% from 255) = 48.77%
BLUE value IS 166 (65.23% from 255) = 50.92%
R=0.31%
G=48.77%
B=50.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11591660.990.0400.35182.5598.832.75
Hex19FA6634023b76321
Octal1237246143404326714341
Binary1100111111010011011000111000100011101101111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,159,166); }

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

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

 a { background-color: rgb(1,159,166); }

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

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

 span { border-color: rgb(1,159,166); }

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