#0081BE

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

Shades of Cerulean #0081BE

Tints of Cerulean #0081BE

Color information

#0081BE (or 0x0081BE) is unknown color: approx Cerulean. HEX triplet: 00, 81 and BE. RGB value is (0,129,190). Sum of RGB (Red+Green+Blue) = 0+129+190=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #0081BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081BE is #FF7E41. Grayscale: #616161. Windows color (decimal): -16744002 or 12484864. OLE color: 12484864.

HSL color Cylindrical-coordinate representation of color #0081BE: hue angle of 199.26º 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 #0081BE is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0129190-
CMYK10.3200.25
HSL199.26º100%37.25%-
HSV(B)199.26º100%74.51%-
XYZ17.1419.4251.56-
YUV97.38180.2658.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=0%
G=40.44%
B=59.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal012919010.3200.25199.2610037.25
Hex081BE6420019c76425
Octal02012761444003130714445
Binary010000001101111101100100100000011001110001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0081BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0081BE; }

 p { color: rgb(0,129,190); }

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

<style>
 a { background-color: #0081BE; }

 a { background-color: rgb(0,129,190); }

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

<style>
 span { border-color: #0081BE; }

 span { border-color: rgb(0,129,190); }

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