Html Css Color HEX #0181BE Cerulean

📋 copy color: '#0181BE'

red 1 ◦ green 129 ◦ blue 190

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

Shades of Cerulean #0181BE

Tints of Cerulean #0181BE

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 129 (50.78% from 255) = 40.31%

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 0.31%
G = 40.31%
B = 59.38%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0181BE (or 0x0181BE) is known color: Cerulean. HEX triplet: 01, 81 and BE. RGB value is (1,129,190). Sum of RGB (Red+Green+Blue) = 1+129+190=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #0181BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0181BE is #FE7E41. Grayscale: #616161. Windows color (decimal): -16678466 or 12484865. OLE color: 12484865.

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

Color convert

RGB 1 129 190 -
CMYK 0.99 0.32 0 0.25
HSL 199.37º 0.99% 0.37% -
HSV(B) 199.37º 0.99% 0.75% -
XYZ 17.16 19.42 51.56 -
YUV 97.68 180.09 59.04 -
System Red Green Blue C M Y K H S L
Decimal 1 129 190 0.99 0.32 0 0.25 199.37 0.99 0.37
Hex 1 81 BE 63 20 0 19 C7 63 25
Octal 1 201 276 143 40 0 31 307 143 45
Binary 1 10000001 10111110 1100011 100000 0 11001 11000111 1100011 100101

Color Harmonies of #0181BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0181BE

Black with #0181BE

Text Example


Text Example

White with #0181BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0181BE;
 }
 .AnyTagClassName
 {
   color: #0181BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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