Html Css Color HEX #019BA7 Bondi Blue

📋 copy color: '#019BA7'

red 1 ◦ green 155 ◦ blue 167

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

Shades of Bondi Blue #019BA7

Tints of Bondi Blue #019BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 51.7%

R = 0.31%
G = 47.99%
B = 51.7%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#019BA7 (or 0x019BA7) is known color: Bondi Blue. HEX triplet: 01, 9B and A7. RGB value is (1,155,167). Sum of RGB (Red+Green+Blue) = 1+155+167=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 167 (65.62% from 255 or 51.70% from 323); Max value from RGB is 167 - color contains mainly: blue. Hex color #019BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019BA7 is #FE6458. Grayscale: #6E6E6E. Windows color (decimal): -16671833 or 10984193. OLE color: 10984193.

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

Color convert

RGB 1 155 167 -
CMYK 0.99 0.07 0 0.35
HSL 184.34º 0.99% 0.33% -
HSV(B) 184.34º 0.99% 0.65% -
XYZ 18.71 26.24 40.64 -
YUV 110.32 159.98 50.02 -
System Red Green Blue C M Y K H S L
Decimal 1 155 167 0.99 0.07 0 0.35 184.34 0.99 0.33
Hex 1 9B A7 63 7 0 23 B8 63 21
Octal 1 233 247 143 7 0 43 270 143 41
Binary 1 10011011 10100111 1100011 111 0 100011 10111000 1100011 100001

Color Harmonies of #019BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BA7

Black with #019BA7

Text Example


Text Example

White with #019BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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