Html Css Color HEX #019AB5 Bondi Blue

📋 copy color: '#019AB5'

red 1 ◦ green 154 ◦ blue 181

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

Shades of Bondi Blue #019AB5

Tints of Bondi Blue #019AB5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.83%

 BLUE value IS 181 (71.09% from 255) = 53.87%

R = 0.3%
G = 45.83%
B = 53.87%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#019AB5 (or 0x019AB5) is known color: Bondi Blue. HEX triplet: 01, 9A and B5. RGB value is (1,154,181). Sum of RGB (Red+Green+Blue) = 1+154+181=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 181 (71.09% from 255 or 53.87% from 336); Max value from RGB is 181 - color contains mainly: blue. Hex color #019AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019AB5 is #FE654A. Grayscale: #6F6F6F. Windows color (decimal): -16672075 or 11901441. OLE color: 11901441.

HSL color Cylindrical-coordinate representation of color #019AB5: hue angle of 189º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019AB5 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 154 181 -
CMYK 0.99 0.15 0 0.29
HSL 189º 0.99% 0.36% -
HSV(B) 189º 0.99% 0.71% -
XYZ 19.91 26.45 47.77 -
YUV 111.33 167.31 49.3 -
System Red Green Blue C M Y K H S L
Decimal 1 154 181 0.99 0.15 0 0.29 189 0.99 0.36
Hex 1 9A B5 63 F 0 1D BD 63 24
Octal 1 232 265 143 17 0 35 275 143 44
Binary 1 10011010 10110101 1100011 1111 0 11101 10111101 1100011 100100

Color Harmonies of #019AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019AB5

Black with #019AB5

Text Example


Text Example

White with #019AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,154,181); }

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

background-color css

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

 a { background-color: rgb(1,154,181); }

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

border-color css

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

 span { border-color: rgb(1,154,181); }

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