Html Css Color HEX #0184C0 Bondi Blue

📋 copy color: '#0184C0'

red 1 ◦ green 132 ◦ blue 192

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

Shades of Bondi Blue #0184C0

Tints of Bondi Blue #0184C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.08%

R = 0.31%
G = 40.62%
B = 59.08%

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

#0184C0 (or 0x0184C0) is known color: Bondi Blue. HEX triplet: 01, 84 and C0. RGB value is (1,132,192). Sum of RGB (Red+Green+Blue) = 1+132+192=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #0184C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0184C0 is #FE7B3F. Grayscale: #636363. Windows color (decimal): -16677696 or 12616705. OLE color: 12616705.

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

Color convert

RGB 1 132 192 -
CMYK 0.99 0.31 0 0.25
HSL 198.85º 0.99% 0.38% -
HSV(B) 198.85º 0.99% 0.75% -
XYZ 17.78 20.31 52.85 -
YUV 99.67 180.1 57.62 -
System Red Green Blue C M Y K H S L
Decimal 1 132 192 0.99 0.31 0 0.25 198.85 0.99 0.38
Hex 1 84 C0 63 1F 0 19 C7 63 26
Octal 1 204 300 143 37 0 31 307 143 46
Binary 1 10000100 11000000 1100011 11111 0 11001 11000111 1100011 100110

Color Harmonies of #0184C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0184C0

Black with #0184C0

Text Example


Text Example

White with #0184C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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