Html Css Color HEX #0195BE Bondi Blue

📋 copy color: '#0195BE'

red 1 ◦ green 149 ◦ blue 190

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

Shades of Bondi Blue #0195BE

Tints of Bondi Blue #0195BE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.82%

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

R = 0.29%
G = 43.82%
B = 55.88%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0195BE (or 0x0195BE) is known color: Bondi Blue. HEX triplet: 01, 95 and BE. RGB value is (1,149,190). Sum of RGB (Red+Green+Blue) = 1+149+190=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #0195BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0195BE is #FE6A41. Grayscale: #6D6D6D. Windows color (decimal): -16673346 or 12489985. OLE color: 12489985.

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

Color convert

RGB 1 149 190 -
CMYK 0.99 0.22 0 0.25
HSL 193.02º 0.99% 0.37% -
HSV(B) 193.02º 0.99% 0.75% -
XYZ 20.05 25.22 52.53 -
YUV 109.42 173.47 50.67 -
System Red Green Blue C M Y K H S L
Decimal 1 149 190 0.99 0.22 0 0.25 193.02 0.99 0.37
Hex 1 95 BE 63 16 0 19 C1 63 25
Octal 1 225 276 143 26 0 31 301 143 45
Binary 1 10010101 10111110 1100011 10110 0 11001 11000001 1100011 100101

Color Harmonies of #0195BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0195BE

Black with #0195BE

Text Example


Text Example

White with #0195BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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