Html Css Color HEX #019EBA Bondi Blue

📋 copy color: '#019EBA'

red 1 ◦ green 158 ◦ blue 186

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

Shades of Bondi Blue #019EBA

Tints of Bondi Blue #019EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.8%

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

R = 0.29%
G = 45.8%
B = 53.91%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#019EBA (or 0x019EBA) is known color: Bondi Blue. HEX triplet: 01, 9E and BA. RGB value is (1,158,186). Sum of RGB (Red+Green+Blue) = 1+158+186=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #019EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EBA is #FE6145. Grayscale: #717171. Windows color (decimal): -16671046 or 12230145. OLE color: 12230145.

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

Color convert

RGB 1 158 186 -
CMYK 0.99 0.15 0 0.27
HSL 189.08º 0.99% 0.37% -
HSV(B) 189.08º 0.99% 0.73% -
XYZ 21.1 28.01 50.75 -
YUV 114.25 168.49 47.22 -
System Red Green Blue C M Y K H S L
Decimal 1 158 186 0.99 0.15 0 0.27 189.08 0.99 0.37
Hex 1 9E BA 63 F 0 1B BD 63 25
Octal 1 236 272 143 17 0 33 275 143 45
Binary 1 10011110 10111010 1100011 1111 0 11011 10111101 1100011 100101

Color Harmonies of #019EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EBA

Black with #019EBA

Text Example


Text Example

White with #019EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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