Html Css Color HEX #0187BE Bondi Blue

📋 copy color: '#0187BE'

red 1 ◦ green 135 ◦ blue 190

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

Shades of Bondi Blue #0187BE

Tints of Bondi Blue #0187BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 0.31%
G = 41.41%
B = 58.28%

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

#0187BE (or 0x0187BE) is known color: Bondi Blue. HEX triplet: 01, 87 and BE. RGB value is (1,135,190). Sum of RGB (Red+Green+Blue) = 1+135+190=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #0187BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0187BE is #FE7841. Grayscale: #646464. Windows color (decimal): -16676930 or 12486401. OLE color: 12486401.

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

Color convert

RGB 1 135 190 -
CMYK 0.99 0.29 0 0.25
HSL 197.46º 0.99% 0.37% -
HSV(B) 197.46º 0.99% 0.75% -
XYZ 17.97 21.05 51.83 -
YUV 101.2 178.11 56.53 -
System Red Green Blue C M Y K H S L
Decimal 1 135 190 0.99 0.29 0 0.25 197.46 0.99 0.37
Hex 1 87 BE 63 1D 0 19 C5 63 25
Octal 1 207 276 143 35 0 31 305 143 45
Binary 1 10000111 10111110 1100011 11101 0 11001 11000101 1100011 100101

Color Harmonies of #0187BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0187BE

Black with #0187BE

Text Example


Text Example

White with #0187BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0187BE; }

 p { color: rgb(1,135,190); }

 H1.HeaderClassName
 {
   color: #0187BE;
 }
 .AnyTagClassName
 {
   color: #0187BE;
 }
</style>

background-color css

<style>
 a { background-color: #0187BE; }

 a { background-color: rgb(1,135,190); }

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

border-color css

<style>
 span { border-color: #0187BE; }

 span { border-color: rgb(1,135,190); }

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