#1474AA

Color #1474AA Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1474AA

Tints of Cerulean #1474AA

Color information

#1474AA (or 0x1474AA) is unknown color: approx 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

RGB20116170-
CMYK0.880.3200.33
HSL201.6º78.95%37.25%-
HSV(B)201.6º88.24%66.67%-
XYZ13.7915.5440.3-
YUV93.45171.275.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=6.54%
G=37.91%
B=55.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201161700.880.3200.33201.678.9537.25
Hex1474AA5820021ca4f25
Octal241642521304004131211745
Binary1010011101001010101010110001000000100001110010101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1474AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>