Html Css Color HEX #0195B9 Bondi Blue

📋 copy color: '#0195B9'

red 1 ◦ green 149 ◦ blue 185

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

Shades of Bondi Blue #0195B9

Tints of Bondi Blue #0195B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 55.22%

R = 0.3%
G = 44.48%
B = 55.22%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0195B9 (or 0x0195B9) is known color: Bondi Blue. HEX triplet: 01, 95 and B9. RGB value is (1,149,185). Sum of RGB (Red+Green+Blue) = 1+149+185=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #0195B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0195B9 is #FE6A46. Grayscale: #6C6C6C. Windows color (decimal): -16673351 or 12162305. OLE color: 12162305.

HSL color Cylindrical-coordinate representation of color #0195B9: hue angle of 191.74º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0195B9 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 149 185 -
CMYK 0.99 0.19 0 0.27
HSL 191.74º 0.99% 0.36% -
HSV(B) 191.74º 0.99% 0.73% -
XYZ 19.52 25 49.7 -
YUV 108.85 170.97 51.07 -
System Red Green Blue C M Y K H S L
Decimal 1 149 185 0.99 0.19 0 0.27 191.74 0.99 0.36
Hex 1 95 B9 63 13 0 1B C0 63 24
Octal 1 225 271 143 23 0 33 300 143 44
Binary 1 10010101 10111001 1100011 10011 0 11011 11000000 1100011 100100

Color Harmonies of #0195B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0195B9

Black with #0195B9

Text Example


Text Example

White with #0195B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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