#0080AF

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

Shades of Cerulean #0080AF

Tints of Cerulean #0080AF

Color information

#0080AF (or 0x0080AF) is unknown color: approx Cerulean. HEX triplet: 00, 80 and AF. RGB value is (0,128,175). Sum of RGB (Red+Green+Blue) = 0+128+175=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #0080AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0080AF is #FF7F50. Grayscale: #5E5E5E. Windows color (decimal): -16744273 or 11501568. OLE color: 11501568.

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

Color convert

RGB0128175-
CMYK10.2700.31
HSL196.11º100%34.31%-
HSV(B)196.11º100%68.63%-
XYZ15.4618.5343.32-
YUV95.09173.0960.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 42.24%
BLUE value IS 175 (68.75% from 255) = 57.76%
R=0%
G=42.24%
B=57.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal012817510.2700.31196.1110034.31
Hex080AF641B01Fc46422
Octal02002571443303730414442
Binary01000000010101111110010011011011111110001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0080AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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