Html Css Color HEX #0195BF Bondi Blue

📋 copy color: '#0195BF'

red 1 ◦ green 149 ◦ blue 191

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

Shades of Bondi Blue #0195BF

Tints of Bondi Blue #0195BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.01%

R = 0.29%
G = 43.7%
B = 56.01%

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

#0195BF (or 0x0195BF) is known color: Bondi Blue. HEX triplet: 01, 95 and BF. RGB value is (1,149,191). Sum of RGB (Red+Green+Blue) = 1+149+191=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #0195BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0195BF is #FE6A40. Grayscale: #6D6D6D. Windows color (decimal): -16673345 or 12555521. OLE color: 12555521.

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

Color convert

RGB 1 149 191 -
CMYK 0.99 0.22 0 0.25
HSL 193.26º 0.99% 0.38% -
HSV(B) 193.26º 0.99% 0.75% -
XYZ 20.16 25.26 53.1 -
YUV 109.54 173.97 50.58 -
System Red Green Blue C M Y K H S L
Decimal 1 149 191 0.99 0.22 0 0.25 193.26 0.99 0.38
Hex 1 95 BF 63 16 0 19 C1 63 26
Octal 1 225 277 143 26 0 31 301 143 46
Binary 1 10010101 10111111 1100011 10110 0 11001 11000001 1100011 100110

Color Harmonies of #0195BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0195BF

Black with #0195BF

Text Example


Text Example

White with #0195BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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