Html Css Color HEX #0189C0 Bondi Blue

📋 copy color: '#0189C0'

red 1 ◦ green 137 ◦ blue 192

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

Shades of Bondi Blue #0189C0

Tints of Bondi Blue #0189C0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

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

R = 0.3%
G = 41.52%
B = 58.18%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0189C0 (or 0x0189C0) is known color: Bondi Blue. HEX triplet: 01, 89 and C0. RGB value is (1,137,192). Sum of RGB (Red+Green+Blue) = 1+137+192=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #0189C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0189C0 is #FE763F. Grayscale: #666666. Windows color (decimal): -16676416 or 12617985. OLE color: 12617985.

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

Color convert

RGB 1 137 192 -
CMYK 0.99 0.29 0 0.25
HSL 197.28º 0.99% 0.38% -
HSV(B) 197.28º 0.99% 0.75% -
XYZ 18.47 21.7 53.08 -
YUV 102.61 178.44 55.53 -
System Red Green Blue C M Y K H S L
Decimal 1 137 192 0.99 0.29 0 0.25 197.28 0.99 0.38
Hex 1 89 C0 63 1D 0 19 C5 63 26
Octal 1 211 300 143 35 0 31 305 143 46
Binary 1 10001001 11000000 1100011 11101 0 11001 11000101 1100011 100110

Color Harmonies of #0189C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189C0

Black with #0189C0

Text Example


Text Example

White with #0189C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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