Html Css Color HEX #0180B4 Cerulean

📋 copy color: '#0180B4'

red 1 ◦ green 128 ◦ blue 180

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

Shades of Cerulean #0180B4

Tints of Cerulean #0180B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.25%

R = 0.32%
G = 41.42%
B = 58.25%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0180B4 (or 0x0180B4) is known color: Cerulean. HEX triplet: 01, 80 and B4. RGB value is (1,128,180). Sum of RGB (Red+Green+Blue) = 1+128+180=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 180 (70.70% from 255 or 58.25% from 309); Max value from RGB is 180 - color contains mainly: blue. Hex color #0180B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0180B4 is #FE7F4B. Grayscale: #5F5F5F. Windows color (decimal): -16678732 or 11829249. OLE color: 11829249.

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

Color convert

RGB 1 128 180 -
CMYK 0.99 0.29 0 0.29
HSL 197.43º 0.99% 0.35% -
HSV(B) 197.43º 0.99% 0.71% -
XYZ 15.97 18.74 45.96 -
YUV 95.96 175.42 60.27 -
System Red Green Blue C M Y K H S L
Decimal 1 128 180 0.99 0.29 0 0.29 197.43 0.99 0.35
Hex 1 80 B4 63 1D 0 1D C5 63 23
Octal 1 200 264 143 35 0 35 305 143 43
Binary 1 10000000 10110100 1100011 11101 0 11101 11000101 1100011 100011

Color Harmonies of #0180B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0180B4

Black with #0180B4

Text Example


Text Example

White with #0180B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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