Html Css Color HEX #0180AF Cerulean

📋 copy color: '#0180AF'

red 1 ◦ green 128 ◦ blue 175

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

Shades of Cerulean #0180AF

Tints of Cerulean #0180AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.57%

R = 0.33%
G = 42.11%
B = 57.57%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0180AF (or 0x0180AF) is known color: Cerulean. HEX triplet: 01, 80 and AF. RGB value is (1,128,175). Sum of RGB (Red+Green+Blue) = 1+128+175=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #0180AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0180AF is #FE7F50. Grayscale: #5F5F5F. Windows color (decimal): -16678737 or 11501569. OLE color: 11501569.

HSL color Cylindrical-coordinate representation of color #0180AF: hue angle of 196.21º 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 #0180AF is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 128 175 -
CMYK 0.99 0.27 0 0.31
HSL 196.21º 0.99% 0.35% -
HSV(B) 196.21º 0.99% 0.69% -
XYZ 15.47 18.54 43.32 -
YUV 95.39 172.92 60.68 -
System Red Green Blue C M Y K H S L
Decimal 1 128 175 0.99 0.27 0 0.31 196.21 0.99 0.35
Hex 1 80 AF 63 1B 0 1F C4 63 23
Octal 1 200 257 143 33 0 37 304 143 43
Binary 1 10000000 10101111 1100011 11011 0 11111 11000100 1100011 100011

Color Harmonies of #0180AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0180AF

Black with #0180AF

Text Example


Text Example

White with #0180AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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