#0085BF

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

Shades of Bondi Blue #0085BF

Tints of Bondi Blue #0085BF

Color information

#0085BF (or 0x0085BF) is unknown color: approx Bondi Blue. HEX triplet: 00, 85 and BF. RGB value is (0,133,191). Sum of RGB (Red+Green+Blue) = 0+133+191=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #0085BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0085BF is #FF7A40. Grayscale: #636363. Windows color (decimal): -16742977 or 12551424. OLE color: 12551424.

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

Color convert

RGB0133191-
CMYK10.3000.25
HSL198.22º100%37.45%-
HSV(B)198.22º100%74.9%-
XYZ17.7920.5452.32-
YUV99.84179.4456.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 191 (75% from 255) = 58.95%
R=0%
G=41.05%
B=58.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal013319110.3000.25198.2210037.45
Hex085BF641E019c66425
Octal02052771443603130614445
Binary01000010110111111110010011110011001110001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0085BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,133,191); }

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

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

 a { background-color: rgb(0,133,191); }

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

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

 span { border-color: rgb(0,133,191); }

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