Html Css Color HEX #1474AE Cerulean

📋 copy color: '#1474AE'

red 20 ◦ green 116 ◦ blue 174

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

Shades of Cerulean #1474AE

Tints of Cerulean #1474AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 6.45%
G = 37.42%
B = 56.13%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1474AE (or 0x1474AE) is known color: Cerulean. HEX triplet: 14, 74 and AE. RGB value is (20,116,174). Sum of RGB (Red+Green+Blue) = 20+116+174=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #1474AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1474AE is #EB8B51. Grayscale: #5D5D5D. Windows color (decimal): -15436626 or 11432980. OLE color: 11432980.

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

Color convert

RGB 20 116 174 -
CMYK 0.89 0.33 0 0.32
HSL 202.6º 0.79% 0.38% -
HSV(B) 202.6º 0.89% 0.68% -
XYZ 14.17 15.7 42.33 -
YUV 93.91 173.2 75.28 -
System Red Green Blue C M Y K H S L
Decimal 20 116 174 0.89 0.33 0 0.32 202.6 0.79 0.38
Hex 14 74 AE 59 21 0 20 CB 4F 26
Octal 24 164 256 131 41 0 40 313 117 46
Binary 10100 1110100 10101110 1011001 100001 0 100000 11001011 1001111 100110

Color Harmonies of #1474AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474AE

Black with #1474AE

Text Example


Text Example

White with #1474AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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