Html Css Color HEX #0189BD Bondi Blue

📋 copy color: '#0189BD'

red 1 ◦ green 137 ◦ blue 189

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

Shades of Bondi Blue #0189BD

Tints of Bondi Blue #0189BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.8%

R = 0.31%
G = 41.9%
B = 57.8%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0189BD (or 0x0189BD) is known color: Bondi Blue. HEX triplet: 01, 89 and BD. RGB value is (1,137,189). Sum of RGB (Red+Green+Blue) = 1+137+189=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #0189BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0189BD is #FE7642. Grayscale: #656565. Windows color (decimal): -16676419 or 12421377. OLE color: 12421377.

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

Color convert

RGB 1 137 189 -
CMYK 0.99 0.28 0 0.26
HSL 196.6º 0.99% 0.37% -
HSV(B) 196.6º 0.99% 0.74% -
XYZ 18.14 21.57 51.35 -
YUV 102.26 176.94 55.77 -
System Red Green Blue C M Y K H S L
Decimal 1 137 189 0.99 0.28 0 0.26 196.6 0.99 0.37
Hex 1 89 BD 63 1C 0 1A C5 63 25
Octal 1 211 275 143 34 0 32 305 143 45
Binary 1 10001001 10111101 1100011 11100 0 11010 11000101 1100011 100101

Color Harmonies of #0189BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189BD

Black with #0189BD

Text Example


Text Example

White with #0189BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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