Html Css Color HEX #019BAB Bondi Blue

📋 copy color: '#019BAB'

red 1 ◦ green 155 ◦ blue 171

#019BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #019BAB

Tints of Bondi Blue #019BAB

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 155 (60.94% from 255) = 47.4%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 0.31%
G = 47.4%
B = 52.29%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#019BAB (or 0x019BAB) is known color: Bondi Blue. HEX triplet: 01, 9B and AB. RGB value is (1,155,171). Sum of RGB (Red+Green+Blue) = 1+155+171=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #019BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019BAB is #FE6454. Grayscale: #6E6E6E. Windows color (decimal): -16671829 or 11246337. OLE color: 11246337.

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

Color convert

RGB 1 155 171 -
CMYK 0.99 0.09 0 0.33
HSL 185.65º 0.99% 0.34% -
HSV(B) 185.65º 0.99% 0.67% -
XYZ 19.08 26.39 42.62 -
YUV 110.78 161.98 49.7 -
System Red Green Blue C M Y K H S L
Decimal 1 155 171 0.99 0.09 0 0.33 185.65 0.99 0.34
Hex 1 9B AB 63 9 0 21 BA 63 22
Octal 1 233 253 143 11 0 41 272 143 42
Binary 1 10011011 10101011 1100011 1001 0 100001 10111010 1100011 100010

Color Harmonies of #019BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BAB

Black with #019BAB

Text Example


Text Example

White with #019BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #019BAB;
 }
 .AnyTagClassName
 {
   color: #019BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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