Html Css Color HEX #1477AD Cerulean

📋 copy color: '#1477AD'

red 20 ◦ green 119 ◦ blue 173

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

Shades of Cerulean #1477AD

Tints of Cerulean #1477AD

RGB

 RED value IS 20 (8.2% from 255) = 6.41%

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

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

R = 6.41%
G = 38.14%
B = 55.45%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1477AD (or 0x1477AD) is known color: Cerulean. HEX triplet: 14, 77 and AD. RGB value is (20,119,173). Sum of RGB (Red+Green+Blue) = 20+119+173=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #1477AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1477AD is #EB8852. Grayscale: #5F5F5F. Windows color (decimal): -15435859 or 11368212. OLE color: 11368212.

HSL color Cylindrical-coordinate representation of color #1477AD: hue angle of 201.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1477AD is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 119 173 -
CMYK 0.88 0.31 0 0.32
HSL 201.18º 0.79% 0.38% -
HSV(B) 201.18º 0.88% 0.68% -
XYZ 14.43 16.36 41.93 -
YUV 95.56 171.7 74.11 -
System Red Green Blue C M Y K H S L
Decimal 20 119 173 0.88 0.31 0 0.32 201.18 0.79 0.38
Hex 14 77 AD 58 1F 0 20 C9 4F 26
Octal 24 167 255 130 37 0 40 311 117 46
Binary 10100 1110111 10101101 1011000 11111 0 100000 11001001 1001111 100110

Color Harmonies of #1477AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1477AD

Black with #1477AD

Text Example


Text Example

White with #1477AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1477AD; }

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

 H1.HeaderClassName
 {
   color: #1477AD;
 }
 .AnyTagClassName
 {
   color: #1477AD;
 }
</style>

background-color css

<style>
 a { background-color: #1477AD; }

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

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

border-color css

<style>
 span { border-color: #1477AD; }

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

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