#019DBA

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

Shades of Bondi Blue #019DBA

Tints of Bondi Blue #019DBA

Color information

#019DBA (or 0x019DBA) is unknown color: approx Bondi Blue. HEX triplet: 01, 9D and BA. RGB value is (1,157,186). Sum of RGB (Red+Green+Blue) = 1+157+186=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #019DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DBA is #FE6245. Grayscale: #717171. Windows color (decimal): -16671302 or 12229889. OLE color: 12229889.

HSL color Cylindrical-coordinate representation of color #019DBA: hue angle of 189.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019DBA is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1157186-
CMYK0.990.1600.27
HSL189.41º98.93%36.67%-
HSV(B)189.41º99.46%72.94%-
XYZ20.9327.6750.69-
YUV113.66168.8247.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 157 (61.72% from 255) = 45.64%
BLUE value IS 186 (73.05% from 255) = 54.07%
R=0.29%
G=45.64%
B=54.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11571860.990.1600.27189.4198.9336.67
Hex19DBA631001Bbd6325
Octal12352721432003327514345
Binary11001110110111010110001110000011011101111011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,157,186); }

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

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

 a { background-color: rgb(1,157,186); }

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

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

 span { border-color: rgb(1,157,186); }

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