#0491BF

Color #0491BF Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0491BF

Tints of Bondi Blue #0491BF

Color information

#0491BF (or 0x0491BF) is unknown color: approx Bondi Blue. HEX triplet: 04, 91 and BF. RGB value is (4,145,191). Sum of RGB (Red+Green+Blue) = 4+145+191=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #0491BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0491BF is #FB6E40. Grayscale: #6B6B6B. Windows color (decimal): -16477761 or 12554500. OLE color: 12554500.

HSL color Cylindrical-coordinate representation of color #0491BF: hue angle of 194.76º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0491BF is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4145191-
CMYK0.980.2400.25
HSL194.76º95.9%38.24%-
HSV(B)194.76º97.91%74.9%-
XYZ19.5824.0452.9-
YUV108.08174.7953.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.18%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 191 (75% from 255) = 56.18%
R=1.18%
G=42.65%
B=56.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41451910.980.2400.25194.7695.938.24
Hex491BF6218019c36026
Octal42212771423003130314046
Binary1001001000110111111110001011000011001110000111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0491BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,145,191); }

 H1.HeaderClassName
 {
   color: #0491BF;
 }
 .AnyTagClassName
 {
   color: #0491BF;
 }
</style>
background-color css

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

 a { background-color: rgb(4,145,191); }

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

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

 span { border-color: rgb(4,145,191); }

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