Html Css Color HEX #0080AD Cerulean

📋 copy color: '#0080AD'

red 0 ◦ green 128 ◦ blue 173

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

Shades of Cerulean #0080AD

Tints of Cerulean #0080AD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 42.52%
B = 57.48%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0080AD (or 0x0080AD) is known color: Cerulean. HEX triplet: 00, 80 and AD. RGB value is (0,128,173). Sum of RGB (Red+Green+Blue) = 0+128+173=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #0080AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0080AD is #FF7F52. Grayscale: #5E5E5E. Windows color (decimal): -16744275 or 11370496. OLE color: 11370496.

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

Color convert

RGB 0 128 173 -
CMYK 1 0.26 0 0.32
HSL 195.61º 1% 0.34% -
HSV(B) 195.61º 1% 0.68% -
XYZ 15.26 18.46 42.29 -
YUV 94.86 172.09 60.34 -
System Red Green Blue C M Y K H S L
Decimal 0 128 173 1 0.26 0 0.32 195.61 1 0.34
Hex 0 80 AD 64 1A 0 20 C4 64 22
Octal 0 200 255 144 32 0 40 304 144 42
Binary 0 10000000 10101101 1100100 11010 0 100000 11000100 1100100 100010

Color Harmonies of #0080AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0080AD

Black with #0080AD

Text Example


Text Example

White with #0080AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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