Html Css Color HEX #019CBA Bondi Blue

📋 copy color: '#019CBA'

red 1 ◦ green 156 ◦ blue 186

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

Shades of Bondi Blue #019CBA

Tints of Bondi Blue #019CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

 BLUE value IS 186 (73.05% from 255) = 54.23%

R = 0.29%
G = 45.48%
B = 54.23%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#019CBA (or 0x019CBA) is known color: Bondi Blue. HEX triplet: 01, 9C and BA. RGB value is (1,156,186). Sum of RGB (Red+Green+Blue) = 1+156+186=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #019CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CBA is #FE6345. Grayscale: #707070. Windows color (decimal): -16671558 or 12229633. OLE color: 12229633.

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

Color convert

RGB 1 156 186 -
CMYK 0.99 0.16 0 0.27
HSL 189.73º 0.99% 0.37% -
HSV(B) 189.73º 0.99% 0.73% -
XYZ 20.76 27.33 50.63 -
YUV 113.08 169.15 48.06 -
System Red Green Blue C M Y K H S L
Decimal 1 156 186 0.99 0.16 0 0.27 189.73 0.99 0.37
Hex 1 9C BA 63 10 0 1B BE 63 25
Octal 1 234 272 143 20 0 33 276 143 45
Binary 1 10011100 10111010 1100011 10000 0 11011 10111110 1100011 100101

Color Harmonies of #019CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CBA

Black with #019CBA

Text Example


Text Example

White with #019CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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