Html Css Color HEX #1A80AC Cerulean

📋 copy color: '#1A80AC'

red 26 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #1A80AC

Tints of Cerulean #1A80AC

RGB

 RED value IS 26 (10.55% from 255) = 7.98%

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

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

R = 7.98%
G = 39.26%
B = 52.76%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A80AC (or 0x1A80AC) is known color: Cerulean. HEX triplet: 1A, 80 and AC. RGB value is (26,128,172). Sum of RGB (Red+Green+Blue) = 26+128+172=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A80AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A80AC is #E57F53. Grayscale: #666666. Windows color (decimal): -15040340 or 11304986. OLE color: 11304986.

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

Color convert

RGB 26 128 172 -
CMYK 0.85 0.26 0 0.33
HSL 198.08º 0.74% 0.39% -
HSV(B) 198.08º 0.85% 0.67% -
XYZ 15.59 18.64 41.81 -
YUV 102.52 167.21 73.42 -
System Red Green Blue C M Y K H S L
Decimal 26 128 172 0.85 0.26 0 0.33 198.08 0.74 0.39
Hex 1A 80 AC 55 1A 0 21 C6 4A 27
Octal 32 200 254 125 32 0 41 306 112 47
Binary 11010 10000000 10101100 1010101 11010 0 100001 11000110 1001010 100111

Color Harmonies of #1A80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A80AC

Black with #1A80AC

Text Example


Text Example

White with #1A80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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