Html Css Color HEX #1474AA Cerulean

📋 copy color: '#1474AA'

red 20 ◦ green 116 ◦ blue 170

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

Shades of Cerulean #1474AA

Tints of Cerulean #1474AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 6.54%
G = 37.91%
B = 55.56%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1474AA (or 0x1474AA) is known color: Cerulean. HEX triplet: 14, 74 and AA. RGB value is (20,116,170). Sum of RGB (Red+Green+Blue) = 20+116+170=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #1474AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1474AA is #EB8B55. Grayscale: #5D5D5D. Windows color (decimal): -15436630 or 11170836. OLE color: 11170836.

HSL color Cylindrical-coordinate representation of color #1474AA: hue angle of 201.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1474AA is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 116 170 -
CMYK 0.88 0.32 0 0.33
HSL 201.6º 0.79% 0.37% -
HSV(B) 201.6º 0.88% 0.67% -
XYZ 13.79 15.54 40.3 -
YUV 93.45 171.2 75.61 -
System Red Green Blue C M Y K H S L
Decimal 20 116 170 0.88 0.32 0 0.33 201.6 0.79 0.37
Hex 14 74 AA 58 20 0 21 CA 4F 25
Octal 24 164 252 130 40 0 41 312 117 45
Binary 10100 1110100 10101010 1011000 100000 0 100001 11001010 1001111 100101

Color Harmonies of #1474AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474AA

Black with #1474AA

Text Example


Text Example

White with #1474AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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