Html Css Color HEX #1471AE Cerulean

📋 copy color: '#1471AE'

red 20 ◦ green 113 ◦ blue 174

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

Shades of Cerulean #1471AE

Tints of Cerulean #1471AE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 6.51%
G = 36.81%
B = 56.68%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1471AE (or 0x1471AE) is known color: Cerulean. HEX triplet: 14, 71 and AE. RGB value is (20,113,174). Sum of RGB (Red+Green+Blue) = 20+113+174=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #1471AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1471AE is #EB8E51. Grayscale: #5B5B5B. Windows color (decimal): -15437394 or 11432212. OLE color: 11432212.

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

Color convert

RGB 20 113 174 -
CMYK 0.89 0.35 0 0.32
HSL 203.77º 0.79% 0.38% -
HSV(B) 203.77º 0.89% 0.68% -
XYZ 13.83 15.01 42.21 -
YUV 92.15 174.19 76.54 -
System Red Green Blue C M Y K H S L
Decimal 20 113 174 0.89 0.35 0 0.32 203.77 0.79 0.38
Hex 14 71 AE 59 23 0 20 CC 4F 26
Octal 24 161 256 131 43 0 40 314 117 46
Binary 10100 1110001 10101110 1011001 100011 0 100000 11001100 1001111 100110

Color Harmonies of #1471AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471AE

Black with #1471AE

Text Example


Text Example

White with #1471AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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