Html Css Color HEX #1477AE Cerulean

📋 copy color: '#1477AE'

red 20 ◦ green 119 ◦ blue 174

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

Shades of Cerulean #1477AE

Tints of Cerulean #1477AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 6.39%
G = 38.02%
B = 55.59%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1477AE (or 0x1477AE) is known color: Cerulean. HEX triplet: 14, 77 and AE. RGB value is (20,119,174). Sum of RGB (Red+Green+Blue) = 20+119+174=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #1477AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1477AE is #EB8851. Grayscale: #5F5F5F. Windows color (decimal): -15435858 or 11433748. OLE color: 11433748.

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

Color convert

RGB 20 119 174 -
CMYK 0.89 0.32 0 0.32
HSL 201.43º 0.79% 0.38% -
HSV(B) 201.43º 0.89% 0.68% -
XYZ 14.53 16.4 42.44 -
YUV 95.67 172.2 74.03 -
System Red Green Blue C M Y K H S L
Decimal 20 119 174 0.89 0.32 0 0.32 201.43 0.79 0.38
Hex 14 77 AE 59 20 0 20 C9 4F 26
Octal 24 167 256 131 40 0 40 311 117 46
Binary 10100 1110111 10101110 1011001 100000 0 100000 11001001 1001111 100110

Color Harmonies of #1477AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1477AE

Black with #1477AE

Text Example


Text Example

White with #1477AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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