Html Css Color HEX #0184BA Bondi Blue

📋 copy color: '#0184BA'

red 1 ◦ green 132 ◦ blue 186

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

Shades of Bondi Blue #0184BA

Tints of Bondi Blue #0184BA

RGB

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

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

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

R = 0.31%
G = 41.38%
B = 58.31%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0184BA (or 0x0184BA) is known color: Bondi Blue. HEX triplet: 01, 84 and BA. RGB value is (1,132,186). Sum of RGB (Red+Green+Blue) = 1+132+186=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #0184BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0184BA is #FE7B45. Grayscale: #626262. Windows color (decimal): -16677702 or 12223489. OLE color: 12223489.

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

Color convert

RGB 1 132 186 -
CMYK 0.99 0.29 0 0.27
HSL 197.51º 0.99% 0.37% -
HSV(B) 197.51º 0.99% 0.73% -
XYZ 17.13 20.05 49.42 -
YUV 98.99 177.1 58.11 -
System Red Green Blue C M Y K H S L
Decimal 1 132 186 0.99 0.29 0 0.27 197.51 0.99 0.37
Hex 1 84 BA 63 1D 0 1B C6 63 25
Octal 1 204 272 143 35 0 33 306 143 45
Binary 1 10000100 10111010 1100011 11101 0 11011 11000110 1100011 100101

Color Harmonies of #0184BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0184BA

Black with #0184BA

Text Example


Text Example

White with #0184BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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