#1082C3

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

Shades of Bondi Blue #1082C3

Tints of Bondi Blue #1082C3

Color information

#1082C3 (or 0x1082C3) is unknown color: approx Bondi Blue. HEX triplet: 10, 82 and C3. RGB value is (16,130,195). Sum of RGB (Red+Green+Blue) = 16+130+195=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 195 (76.56% from 255 or 57.18% from 341); Max value from RGB is 195 - color contains mainly: blue. Hex color #1082C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1082C3 is #EF7D3C. Grayscale: #666666. Windows color (decimal): -15695165 or 12812816. OLE color: 12812816.

HSL color Cylindrical-coordinate representation of color #1082C3: hue angle of 201.79º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1082C3 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16130195-
CMYK0.920.3300.24
HSL201.79º84.83%41.37%-
HSV(B)201.79º91.79%76.47%-
XYZ18.0520.0254.54-
YUV103.32179.7365.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.69%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 195 (76.56% from 255) = 57.18%
R=4.69%
G=38.12%
B=57.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161301950.920.3300.24201.7984.8341.37
Hex1082C35C21018ca5529
Octal202023031344103031212551
Binary1000010000010110000111011100100001011000110010101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1082C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1082C3; }

 p { color: rgb(16,130,195); }

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

<style>
 a { background-color: #1082C3; }

 a { background-color: rgb(16,130,195); }

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

<style>
 span { border-color: #1082C3; }

 span { border-color: rgb(16,130,195); }

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