Html Css Color HEX #1B80AC Cerulean

📋 copy color: '#1B80AC'

red 27 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #1B80AC

Tints of Cerulean #1B80AC

RGB

 RED value IS 27 (10.94% from 255) = 8.26%

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

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 8.26%
G = 39.14%
B = 52.6%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B80AC (or 0x1B80AC) is known color: Cerulean. HEX triplet: 1B, 80 and AC. RGB value is (27,128,172). Sum of RGB (Red+Green+Blue) = 27+128+172=327 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.26% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B80AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B80AC is #E47F53. Grayscale: #666666. Windows color (decimal): -14974804 or 11304987. OLE color: 11304987.

HSL color Cylindrical-coordinate representation of color #1B80AC: hue angle of 198.21º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B80AC is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 128 172 -
CMYK 0.84 0.26 0 0.33
HSL 198.21º 0.73% 0.39% -
HSV(B) 198.21º 0.84% 0.67% -
XYZ 15.62 18.65 41.81 -
YUV 102.82 167.04 73.92 -
System Red Green Blue C M Y K H S L
Decimal 27 128 172 0.84 0.26 0 0.33 198.21 0.73 0.39
Hex 1B 80 AC 54 1A 0 21 C6 49 27
Octal 33 200 254 124 32 0 41 306 111 47
Binary 11011 10000000 10101100 1010100 11010 0 100001 11000110 1001001 100111

Color Harmonies of #1B80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B80AC

Black with #1B80AC

Text Example


Text Example

White with #1B80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B80AC; }

 p { color: rgb(27,128,172); }

 H1.HeaderClassName
 {
   color: #1B80AC;
 }
 .AnyTagClassName
 {
   color: #1B80AC;
 }
</style>

background-color css

<style>
 a { background-color: #1B80AC; }

 a { background-color: rgb(27,128,172); }

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

border-color css

<style>
 span { border-color: #1B80AC; }

 span { border-color: rgb(27,128,172); }

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