Html Css Color HEX #0180BB Cerulean

📋 copy color: '#0180BB'

red 1 ◦ green 128 ◦ blue 187

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

Shades of Cerulean #0180BB

Tints of Cerulean #0180BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.18%

R = 0.32%
G = 40.51%
B = 59.18%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0180BB (or 0x0180BB) is known color: Cerulean. HEX triplet: 01, 80 and BB. RGB value is (1,128,187). Sum of RGB (Red+Green+Blue) = 1+128+187=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #0180BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0180BB is #FE7F44. Grayscale: #606060. Windows color (decimal): -16678725 or 12288001. OLE color: 12288001.

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

Color convert

RGB 1 128 187 -
CMYK 0.99 0.32 0 0.27
HSL 199.03º 0.99% 0.37% -
HSV(B) 199.03º 0.99% 0.73% -
XYZ 16.7 19.03 49.81 -
YUV 96.75 178.92 59.7 -
System Red Green Blue C M Y K H S L
Decimal 1 128 187 0.99 0.32 0 0.27 199.03 0.99 0.37
Hex 1 80 BB 63 20 0 1B C7 63 25
Octal 1 200 273 143 40 0 33 307 143 45
Binary 1 10000000 10111011 1100011 100000 0 11011 11000111 1100011 100101

Color Harmonies of #0180BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0180BB

Black with #0180BB

Text Example


Text Example

White with #0180BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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