Html Css Color HEX #0190BA Bondi Blue

📋 copy color: '#0190BA'

red 1 ◦ green 144 ◦ blue 186

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

Shades of Bondi Blue #0190BA

Tints of Bondi Blue #0190BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.5%

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

R = 0.3%
G = 43.5%
B = 56.19%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0190BA (or 0x0190BA) is known color: Bondi Blue. HEX triplet: 01, 90 and BA. RGB value is (1,144,186). Sum of RGB (Red+Green+Blue) = 1+144+186=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #0190BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0190BA is #FE6F45. Grayscale: #696969. Windows color (decimal): -16674630 or 12226561. OLE color: 12226561.

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

Color convert

RGB 1 144 186 -
CMYK 0.99 0.23 0 0.27
HSL 193.62º 0.99% 0.37% -
HSV(B) 193.62º 0.99% 0.73% -
XYZ 18.85 23.5 50 -
YUV 106.03 173.12 53.08 -
System Red Green Blue C M Y K H S L
Decimal 1 144 186 0.99 0.23 0 0.27 193.62 0.99 0.37
Hex 1 90 BA 63 17 0 1B C2 63 25
Octal 1 220 272 143 27 0 33 302 143 45
Binary 1 10010000 10111010 1100011 10111 0 11011 11000010 1100011 100101

Color Harmonies of #0190BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0190BA

Black with #0190BA

Text Example


Text Example

White with #0190BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0190BA; }

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

 H1.HeaderClassName
 {
   color: #0190BA;
 }
 .AnyTagClassName
 {
   color: #0190BA;
 }
</style>

background-color css

<style>
 a { background-color: #0190BA; }

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

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

border-color css

<style>
 span { border-color: #0190BA; }

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

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