#1682BA

Color #1682BA Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1682BA

Tints of Cerulean #1682BA

Color information

#1682BA (or 0x1682BA) is unknown color: approx Cerulean. HEX triplet: 16, 82 and BA. RGB value is (22,130,186). Sum of RGB (Red+Green+Blue) = 22+130+186=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #1682BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1682BA is #E97D45. Grayscale: #676767. Windows color (decimal): -15301958 or 12222998. OLE color: 12222998.

HSL color Cylindrical-coordinate representation of color #1682BA: hue angle of 200.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1682BA is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB22130186-
CMYK0.880.3000.27
HSL200.49º78.85%40.78%-
HSV(B)200.49º88.17%72.94%-
XYZ17.1819.6849.35-
YUV104.09174.2269.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.51%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=6.51%
G=38.46%
B=55.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221301860.880.3000.27200.4978.8540.78
Hex1682BA581E01Bc84f29
Octal262022721303603331011751
Binary101101000001010111010101100011110011011110010001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1682BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1682BA; }

 p { color: rgb(22,130,186); }

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

<style>
 a { background-color: #1682BA; }

 a { background-color: rgb(22,130,186); }

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

<style>
 span { border-color: #1682BA; }

 span { border-color: rgb(22,130,186); }

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