#0083c1

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

Shades of Bondi Blue #0083C1

Tints of Bondi Blue #0083C1

Color information

#0083C1 (or 0x0083C1) is unknown color: approx Bondi Blue. HEX triplet: 00, 83 and C1. RGB value is (0,131,193). Sum of RGB (Red+Green+Blue) = 0+131+193=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #0083C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0083C1 is #FF7C3E. Grayscale: #626262. Windows color (decimal): -16743487 or 12681984. OLE color: 12681984.

HSL color Cylindrical-coordinate representation of color #0083C1: hue angle of 199.27º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0083C1 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB0131193-
CMYK10.3200.24
HSL199.27º100%37.84%-
HSV(B)199.27º100%75.69%-
XYZ17.7420.0853.39-
YUV98.9181.157.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 193 (75.78% from 255) = 59.57%
R=0%
G=40.43%
B=59.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal013119310.3200.24199.2710037.84
Hex083C16420018c76426
Octal02033011444003030714446
Binary010000011110000011100100100000011000110001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0083c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0083c1; }

 p { color: rgb(0,131,193); }

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

<style>
 a { background-color: #0083c1; }

 a { background-color: rgb(0,131,193); }

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

<style>
 span { border-color: #0083c1; }

 span { border-color: rgb(0,131,193); }

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