#0080BF

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

Shades of Cerulean #0080BF

Tints of Cerulean #0080BF

Color information

#0080BF (or 0x0080BF) is unknown color: approx Cerulean. HEX triplet: 00, 80 and BF. RGB value is (0,128,191). Sum of RGB (Red+Green+Blue) = 0+128+191=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #0080BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080BF is #FF7F40. Grayscale: #606060. Windows color (decimal): -16744257 or 12550144. OLE color: 12550144.

HSL color Cylindrical-coordinate representation of color #0080BF: hue angle of 199.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080BF is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0128191-
CMYK10.3300.25
HSL199.79º100%37.45%-
HSV(B)199.79º100%74.9%-
XYZ17.1219.252.09-
YUV96.91181.0958.88-

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) = 40.13%
BLUE value IS 191 (75% from 255) = 59.87%
R=0%
G=40.13%
B=59.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal012819110.3300.25199.7910037.45
Hex080BF6421019c86425
Octal02002771444103131014445
Binary010000000101111111100100100001011001110010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0080BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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