Html Css Color HEX #0080BF Cerulean

📋 copy color: '#0080BF'

red 0 ◦ green 128 ◦ blue 191

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

Shades of Cerulean #0080BF

Tints of Cerulean #0080BF

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 value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0080BF (or 0x0080BF) is known color: 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

RGB 0 128 191 -
CMYK 1 0.33 0 0.25
HSL 199.79º 1% 0.37% -
HSV(B) 199.79º 1% 0.75% -
XYZ 17.12 19.2 52.09 -
YUV 96.91 181.09 58.88 -
System Red Green Blue C M Y K H S L
Decimal 0 128 191 1 0.33 0 0.25 199.79 1 0.37
Hex 0 80 BF 64 21 0 19 C8 64 25
Octal 0 200 277 144 41 0 31 310 144 45
Binary 0 10000000 10111111 1100100 100001 0 11001 11001000 1100100 100101

Color Harmonies of #0080BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0080BF

Black with #0080BF

Text Example


Text Example

White with #0080BF

Text Example


Text Example

HTML Codes & Css Web 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>