Html Css Color HEX #1B80AD Cerulean

📋 copy color: '#1B80AD'

red 27 ◦ green 128 ◦ blue 173

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

Shades of Cerulean #1B80AD

Tints of Cerulean #1B80AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 8.23%
G = 39.02%
B = 52.74%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B80AD (or 0x1B80AD) is known color: Cerulean. HEX triplet: 1B, 80 and AD. RGB value is (27,128,173). Sum of RGB (Red+Green+Blue) = 27+128+173=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B80AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B80AD is #E47F52. Grayscale: #666666. Windows color (decimal): -14974803 or 11370523. OLE color: 11370523.

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

Color convert

RGB 27 128 173 -
CMYK 0.84 0.26 0 0.32
HSL 198.49º 0.73% 0.39% -
HSV(B) 198.49º 0.84% 0.68% -
XYZ 15.71 18.69 42.31 -
YUV 102.93 167.54 73.84 -
System Red Green Blue C M Y K H S L
Decimal 27 128 173 0.84 0.26 0 0.32 198.49 0.73 0.39
Hex 1B 80 AD 54 1A 0 20 C6 49 27
Octal 33 200 255 124 32 0 40 306 111 47
Binary 11011 10000000 10101101 1010100 11010 0 100000 11000110 1001001 100111

Color Harmonies of #1B80AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B80AD

Black with #1B80AD

Text Example


Text Example

White with #1B80AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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