Html Css Color HEX #1680AD Cerulean

📋 copy color: '#1680AD'

red 22 ◦ green 128 ◦ blue 173

#1680AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #1680AD

Tints of Cerulean #1680AD

RGB

 RED value IS 22 (8.98% from 255) = 6.81%

 GREEN value IS 128 (50.39% from 255) = 39.63%

 BLUE value IS 173 (67.97% from 255) = 53.56%

R = 6.81%
G = 39.63%
B = 53.56%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1680AD (or 0x1680AD) is known color: Cerulean. HEX triplet: 16, 80 and AD. RGB value is (22,128,173). Sum of RGB (Red+Green+Blue) = 22+128+173=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #1680AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1680AD is #E97F52. Grayscale: #656565. Windows color (decimal): -15302483 or 11370518. OLE color: 11370518.

HSL color Cylindrical-coordinate representation of color #1680AD: hue angle of 197.88º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1680AD is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 128 173 -
CMYK 0.87 0.26 0 0.32
HSL 197.88º 0.77% 0.38% -
HSV(B) 197.88º 0.87% 0.68% -
XYZ 15.59 18.63 42.31 -
YUV 101.44 168.38 71.34 -
System Red Green Blue C M Y K H S L
Decimal 22 128 173 0.87 0.26 0 0.32 197.88 0.77 0.38
Hex 16 80 AD 57 1A 0 20 C6 4D 26
Octal 26 200 255 127 32 0 40 306 115 46
Binary 10110 10000000 10101101 1010111 11010 0 100000 11000110 1001101 100110

Color Harmonies of #1680AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1680AD

Black with #1680AD

Text Example


Text Example

White with #1680AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1680AD;
 }
 .AnyTagClassName
 {
   color: #1680AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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