#1582BF

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

Shades of Bondi Blue #1582BF

Tints of Bondi Blue #1582BF

Color information

#1582BF (or 0x1582BF) is unknown color: approx Bondi Blue. HEX triplet: 15, 82 and BF. RGB value is (21,130,191). Sum of RGB (Red+Green+Blue) = 21+130+191=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #1582BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1582BF is #EA7D40. Grayscale: #686868. Windows color (decimal): -15367489 or 12550677. OLE color: 12550677.

HSL color Cylindrical-coordinate representation of color #1582BF: hue angle of 201.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1582BF is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21130191-
CMYK0.890.3200.25
HSL201.53º80.19%41.57%-
HSV(B)201.53º89.01%74.9%-
XYZ17.719.8952.2-
YUV104.36176.8968.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.14%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 191 (75% from 255) = 55.85%
R=6.14%
G=38.01%
B=55.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211301910.890.3200.25201.5380.1941.57
Hex1582BF5920019ca502a
Octal252022771314003131212052
Binary1010110000010101111111011001100000011001110010101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1582BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1582BF; }

 p { color: rgb(21,130,191); }

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

<style>
 a { background-color: #1582BF; }

 a { background-color: rgb(21,130,191); }

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

<style>
 span { border-color: #1582BF; }

 span { border-color: rgb(21,130,191); }

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