#1680B4

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

Shades of Cerulean #1680B4

Tints of Cerulean #1680B4

Color information

#1680B4 (or 0x1680B4) is unknown color: approx Cerulean. HEX triplet: 16, 80 and B4. RGB value is (22,128,180). Sum of RGB (Red+Green+Blue) = 22+128+180=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #1680B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680B4 is #E97F4B. Grayscale: #656565. Windows color (decimal): -15302476 or 11829270. OLE color: 11829270.

HSL color Cylindrical-coordinate representation of color #1680B4: hue angle of 199.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1680B4 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB22128180-
CMYK0.880.2900.29
HSL199.75º78.22%39.61%-
HSV(B)199.75º87.78%70.59%-
XYZ16.2918.945.97-
YUV102.23171.8870.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.67%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 180 (70.70% from 255) = 54.55%
R=6.67%
G=38.79%
B=54.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal221281800.880.2900.29199.7578.2239.61
Hex1680B4581D01Dc84e28
Octal262002641303503531011650
Binary101101000000010110100101100011101011101110010001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1680B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1680B4; }

 p { color: rgb(22,128,180); }

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

<style>
 a { background-color: #1680B4; }

 a { background-color: rgb(22,128,180); }

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

<style>
 span { border-color: #1680B4; }

 span { border-color: rgb(22,128,180); }

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