#0192BC

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

Shades of Bondi Blue #0192BC

Tints of Bondi Blue #0192BC

Color information

#0192BC (or 0x0192BC) is unknown color: approx Bondi Blue. HEX triplet: 01, 92 and BC. RGB value is (1,146,188). Sum of RGB (Red+Green+Blue) = 1+146+188=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #0192BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0192BC is #FE6D43. Grayscale: #6B6B6B. Windows color (decimal): -16674116 or 12358145. OLE color: 12358145.

HSL color Cylindrical-coordinate representation of color #0192BC: hue angle of 193.48º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0192BC is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1146188-
CMYK0.990.2200.26
HSL193.48º98.94%37.06%-
HSV(B)193.48º99.47%73.73%-
XYZ19.3724.251.23-
YUV107.43173.4652.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 188 (73.83% from 255) = 56.12%
R=0.30%
G=43.58%
B=56.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11461880.990.2200.26193.4898.9437.06
Hex192BC631601Ac16325
Octal12222741432603230114345
Binary11001001010111100110001110110011010110000011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0192BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0192BC; }

 p { color: rgb(1,146,188); }

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

<style>
 a { background-color: #0192BC; }

 a { background-color: rgb(1,146,188); }

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

<style>
 span { border-color: #0192BC; }

 span { border-color: rgb(1,146,188); }

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