#019EA6

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

Shades of Bondi Blue #019EA6

Tints of Bondi Blue #019EA6

Color information

#019EA6 (or 0x019EA6) is unknown color: approx Bondi Blue. HEX triplet: 01, 9E and A6. RGB value is (1,158,166). Sum of RGB (Red+Green+Blue) = 1+158+166=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #019EA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019EA6 is #FE6159. Grayscale: #6F6F6F. Windows color (decimal): -16671066 or 10919425. OLE color: 10919425.

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

Color convert

RGB1158166-
CMYK0.990.0500.35
HSL182.91º98.8%32.75%-
HSV(B)182.91º99.4%65.1%-
XYZ19.1227.2140.32-
YUV111.97158.4948.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 158 (62.11% from 255) = 48.62%
BLUE value IS 166 (65.23% from 255) = 51.08%
R=0.31%
G=48.62%
B=51.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11581660.990.0500.35182.9198.832.75
Hex19EA6635023b76321
Octal1236246143504326714341
Binary1100111101010011011000111010100011101101111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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