Html Css Color HEX #0081BE Cerulean

📋 copy color: '#0081BE'

red 0 ◦ green 129 ◦ blue 190

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

Shades of Cerulean #0081BE

Tints of Cerulean #0081BE

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

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0081BE (or 0x0081BE) is known color: 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

RGB 0 129 190 -
CMYK 1 0.32 0 0.25
HSL 199.26º 1% 0.37% -
HSV(B) 199.26º 1% 0.75% -
XYZ 17.14 19.42 51.56 -
YUV 97.38 180.26 58.54 -
System Red Green Blue C M Y K H S L
Decimal 0 129 190 1 0.32 0 0.25 199.26 1 0.37
Hex 0 81 BE 64 20 0 19 C7 64 25
Octal 0 201 276 144 40 0 31 307 144 45
Binary 0 10000001 10111110 1100100 100000 0 11001 11000111 1100100 100101

Color Harmonies of #0081BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0081BE

Black with #0081BE

Text Example


Text Example

White with #0081BE

Text Example


Text Example

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