Html Css Color HEX #0184BC Bondi Blue

📋 copy color: '#0184BC'

red 1 ◦ green 132 ◦ blue 188

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

Shades of Bondi Blue #0184BC

Tints of Bondi Blue #0184BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 0.31%
G = 41.12%
B = 58.57%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0184BC (or 0x0184BC) is known color: Bondi Blue. HEX triplet: 01, 84 and BC. RGB value is (1,132,188). Sum of RGB (Red+Green+Blue) = 1+132+188=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #0184BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0184BC is #FE7B43. Grayscale: #626262. Windows color (decimal): -16677700 or 12354561. OLE color: 12354561.

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

Color convert

RGB 1 132 188 -
CMYK 0.99 0.30 0 0.26
HSL 197.97º 0.99% 0.37% -
HSV(B) 197.97º 0.99% 0.74% -
XYZ 17.34 20.14 50.55 -
YUV 99.22 178.1 57.95 -
System Red Green Blue C M Y K H S L
Decimal 1 132 188 0.99 0.30 0 0.26 197.97 0.99 0.37
Hex 1 84 BC 63 1E 0 1A C6 63 25
Octal 1 204 274 143 36 0 32 306 143 45
Binary 1 10000100 10111100 1100011 11110 0 11010 11000110 1100011 100101

Color Harmonies of #0184BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0184BC

Black with #0184BC

Text Example


Text Example

White with #0184BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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