Html Css Color HEX #0184BE Bondi Blue

📋 copy color: '#0184BE'

red 1 ◦ green 132 ◦ blue 190

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

Shades of Bondi Blue #0184BE

Tints of Bondi Blue #0184BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.87%

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 0.31%
G = 40.87%
B = 58.82%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0184BE (or 0x0184BE) is known color: Bondi Blue. HEX triplet: 01, 84 and BE. RGB value is (1,132,190). Sum of RGB (Red+Green+Blue) = 1+132+190=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #0184BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0184BE is #FE7B41. Grayscale: #636363. Windows color (decimal): -16677698 or 12485633. OLE color: 12485633.

HSL color Cylindrical-coordinate representation of color #0184BE: hue angle of 198.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0184BE is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 132 190 -
CMYK 0.99 0.31 0 0.25
HSL 198.41º 0.99% 0.37% -
HSV(B) 198.41º 0.99% 0.75% -
XYZ 17.56 20.23 51.69 -
YUV 99.44 179.1 57.78 -
System Red Green Blue C M Y K H S L
Decimal 1 132 190 0.99 0.31 0 0.25 198.41 0.99 0.37
Hex 1 84 BE 63 1F 0 19 C6 63 25
Octal 1 204 276 143 37 0 31 306 143 45
Binary 1 10000100 10111110 1100011 11111 0 11001 11000110 1100011 100101

Color Harmonies of #0184BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0184BE

Black with #0184BE

Text Example


Text Example

White with #0184BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0184BE; }

 p { color: rgb(1,132,190); }

 H1.HeaderClassName
 {
   color: #0184BE;
 }
 .AnyTagClassName
 {
   color: #0184BE;
 }
</style>

background-color css

<style>
 a { background-color: #0184BE; }

 a { background-color: rgb(1,132,190); }

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

border-color css

<style>
 span { border-color: #0184BE; }

 span { border-color: rgb(1,132,190); }

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