#1094B3

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

Shades of Bondi Blue #1094B3

Tints of Bondi Blue #1094B3

Color information

#1094B3 (or 0x1094B3) is unknown color: approx Bondi Blue. HEX triplet: 10, 94 and B3. RGB value is (16,148,179). Sum of RGB (Red+Green+Blue) = 16+148+179=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #1094B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1094B3 is #EF6B4C. Grayscale: #6F6F6F. Windows color (decimal): -15690573 or 11768848. OLE color: 11768848.

HSL color Cylindrical-coordinate representation of color #1094B3: hue angle of 191.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1094B3 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16148179-
CMYK0.910.1700.30
HSL191.41º83.59%38.24%-
HSV(B)191.41º91.06%70.2%-
XYZ18.9424.5446.39-
YUV112.07165.7759.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.66%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=4.66%
G=43.15%
B=52.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161481790.910.1700.30191.4183.5938.24
Hex1094B35B1101Ebf5426
Octal202242631332103627712446
Binary100001001010010110011101101110001011110101111111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1094B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1094B3; }

 p { color: rgb(16,148,179); }

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

<style>
 a { background-color: #1094B3; }

 a { background-color: rgb(16,148,179); }

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

<style>
 span { border-color: #1094B3; }

 span { border-color: rgb(16,148,179); }

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