#1091B3

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

Shades of Bondi Blue #1091B3

Tints of Bondi Blue #1091B3

Color information

#1091B3 (or 0x1091B3) is unknown color: approx Bondi Blue. HEX triplet: 10, 91 and B3. RGB value is (16,145,179). Sum of RGB (Red+Green+Blue) = 16+145+179=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #1091B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1091B3 is #EF6E4C. Grayscale: #6E6E6E. Windows color (decimal): -15691341 or 11768080. OLE color: 11768080.

HSL color Cylindrical-coordinate representation of color #1091B3: hue angle of 192.52º 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 #1091B3 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16145179-
CMYK0.910.1900.30
HSL192.52º83.59%38.24%-
HSV(B)192.52º91.06%70.2%-
XYZ18.4823.6246.23-
YUV110.3166.7660.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.71%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 179 (70.31% from 255) = 52.65%
R=4.71%
G=42.65%
B=52.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161451790.910.1900.30192.5283.5938.24
Hex1091B35B1301Ec15426
Octal202212631332303630112446
Binary100001001000110110011101101110011011110110000011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1091B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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