Html Css Color HEX #1476AE Cerulean

📋 copy color: '#1476AE'

red 20 ◦ green 118 ◦ blue 174

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

Shades of Cerulean #1476AE

Tints of Cerulean #1476AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 6.41%
G = 37.82%
B = 55.77%

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

#1476AE (or 0x1476AE) is known color: Cerulean. HEX triplet: 14, 76 and AE. RGB value is (20,118,174). Sum of RGB (Red+Green+Blue) = 20+118+174=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #1476AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1476AE is #EB8951. Grayscale: #5E5E5E. Windows color (decimal): -15436114 or 11433492. OLE color: 11433492.

HSL color Cylindrical-coordinate representation of color #1476AE: hue angle of 201.82º 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 #1476AE is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 118 174 -
CMYK 0.89 0.32 0 0.32
HSL 201.82º 0.79% 0.38% -
HSV(B) 201.82º 0.89% 0.68% -
XYZ 14.41 16.16 42.4 -
YUV 95.08 172.53 74.45 -
System Red Green Blue C M Y K H S L
Decimal 20 118 174 0.89 0.32 0 0.32 201.82 0.79 0.38
Hex 14 76 AE 59 20 0 20 CA 4F 26
Octal 24 166 256 131 40 0 40 312 117 46
Binary 10100 1110110 10101110 1011001 100000 0 100000 11001010 1001111 100110

Color Harmonies of #1476AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1476AE

Black with #1476AE

Text Example


Text Example

White with #1476AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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