Html Css Color HEX #1A77AD Cerulean

📋 copy color: '#1A77AD'

red 26 ◦ green 119 ◦ blue 173

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

Shades of Cerulean #1A77AD

Tints of Cerulean #1A77AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

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

R = 8.18%
G = 37.42%
B = 54.4%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A77AD (or 0x1A77AD) is known color: Cerulean. HEX triplet: 1A, 77 and AD. RGB value is (26,119,173). Sum of RGB (Red+Green+Blue) = 26+119+173=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A77AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A77AD is #E58852. Grayscale: #616161. Windows color (decimal): -15042643 or 11368218. OLE color: 11368218.

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

Color convert

RGB 26 119 173 -
CMYK 0.85 0.31 0 0.32
HSL 202.04º 0.74% 0.39% -
HSV(B) 202.04º 0.85% 0.68% -
XYZ 14.57 16.43 41.94 -
YUV 97.35 170.69 77.11 -
System Red Green Blue C M Y K H S L
Decimal 26 119 173 0.85 0.31 0 0.32 202.04 0.74 0.39
Hex 1A 77 AD 55 1F 0 20 CA 4A 27
Octal 32 167 255 125 37 0 40 312 112 47
Binary 11010 1110111 10101101 1010101 11111 0 100000 11001010 1001010 100111

Color Harmonies of #1A77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A77AD

Black with #1A77AD

Text Example


Text Example

White with #1A77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,119,173); }

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

background-color css

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

 a { background-color: rgb(26,119,173); }

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

border-color css

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

 span { border-color: rgb(26,119,173); }

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