Html Css Color HEX #019BAC Bondi Blue

📋 copy color: '#019BAC'

red 1 ◦ green 155 ◦ blue 172

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

Shades of Bondi Blue #019BAC

Tints of Bondi Blue #019BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.44%

R = 0.3%
G = 47.26%
B = 52.44%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#019BAC (or 0x019BAC) is known color: Bondi Blue. HEX triplet: 01, 9B and AC. RGB value is (1,155,172). Sum of RGB (Red+Green+Blue) = 1+155+172=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #019BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019BAC is #FE6453. Grayscale: #6E6E6E. Windows color (decimal): -16671828 or 11311873. OLE color: 11311873.

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

Color convert

RGB 1 155 172 -
CMYK 0.99 0.10 0 0.33
HSL 185.96º 0.99% 0.34% -
HSV(B) 185.96º 0.99% 0.67% -
XYZ 19.18 26.43 43.12 -
YUV 110.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 1 155 172 0.99 0.10 0 0.33 185.96 0.99 0.34
Hex 1 9B AC 63 A 0 21 BA 63 22
Octal 1 233 254 143 12 0 41 272 143 42
Binary 1 10011011 10101100 1100011 1010 0 100001 10111010 1100011 100010

Color Harmonies of #019BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BAC

Black with #019BAC

Text Example


Text Example

White with #019BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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