Html Css Color HEX #0180BC Cerulean

📋 copy color: '#0180BC'

red 1 ◦ green 128 ◦ blue 188

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

Shades of Cerulean #0180BC

Tints of Cerulean #0180BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 0.32%
G = 40.38%
B = 59.31%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0180BC (or 0x0180BC) is known color: Cerulean. HEX triplet: 01, 80 and BC. RGB value is (1,128,188). Sum of RGB (Red+Green+Blue) = 1+128+188=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #0180BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0180BC is #FE7F43. Grayscale: #606060. Windows color (decimal): -16678724 or 12353537. OLE color: 12353537.

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

Color convert

RGB 1 128 188 -
CMYK 0.99 0.32 0 0.26
HSL 199.25º 0.99% 0.37% -
HSV(B) 199.25º 0.99% 0.74% -
XYZ 16.81 19.08 50.37 -
YUV 96.87 179.42 59.62 -
System Red Green Blue C M Y K H S L
Decimal 1 128 188 0.99 0.32 0 0.26 199.25 0.99 0.37
Hex 1 80 BC 63 20 0 1A C7 63 25
Octal 1 200 274 143 40 0 32 307 143 45
Binary 1 10000000 10111100 1100011 100000 0 11010 11000111 1100011 100101

Color Harmonies of #0180BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0180BC

Black with #0180BC

Text Example


Text Example

White with #0180BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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