Html Css Color HEX #0180B1 Cerulean

📋 copy color: '#0180B1'

red 1 ◦ green 128 ◦ blue 177

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

Shades of Cerulean #0180B1

Tints of Cerulean #0180B1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

 BLUE value IS 177 (69.53% from 255) = 57.84%

R = 0.33%
G = 41.83%
B = 57.84%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0180B1 (or 0x0180B1) is known color: Cerulean. HEX triplet: 01, 80 and B1. RGB value is (1,128,177). Sum of RGB (Red+Green+Blue) = 1+128+177=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #0180B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0180B1 is #FE7F4E. Grayscale: #5F5F5F. Windows color (decimal): -16678735 or 11632641. OLE color: 11632641.

HSL color Cylindrical-coordinate representation of color #0180B1: hue angle of 196.7º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0180B1 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 128 177 -
CMYK 0.99 0.28 0 0.31
HSL 196.7º 0.99% 0.35% -
HSV(B) 196.7º 0.99% 0.69% -
XYZ 15.67 18.62 44.36 -
YUV 95.61 173.92 60.52 -
System Red Green Blue C M Y K H S L
Decimal 1 128 177 0.99 0.28 0 0.31 196.7 0.99 0.35
Hex 1 80 B1 63 1C 0 1F C5 63 23
Octal 1 200 261 143 34 0 37 305 143 43
Binary 1 10000000 10110001 1100011 11100 0 11111 11000101 1100011 100011

Color Harmonies of #0180B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0180B1

Black with #0180B1

Text Example


Text Example

White with #0180B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0180B1; }

 p { color: rgb(1,128,177); }

 H1.HeaderClassName
 {
   color: #0180B1;
 }
 .AnyTagClassName
 {
   color: #0180B1;
 }
</style>

background-color css

<style>
 a { background-color: #0180B1; }

 a { background-color: rgb(1,128,177); }

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

border-color css

<style>
 span { border-color: #0180B1; }

 span { border-color: rgb(1,128,177); }

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