#147AAE

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

Shades of Cerulean #147AAE

Tints of Cerulean #147AAE

Color information

#147AAE (or 0x147AAE) is unknown color: approx Cerulean. HEX triplet: 14, 7A and AE. RGB value is (20,122,174). Sum of RGB (Red+Green+Blue) = 20+122+174=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #147AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147AAE is #EB8551. Grayscale: #616161. Windows color (decimal): -15435090 or 11434516. OLE color: 11434516.

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

Color convert

RGB20122174-
CMYK0.890.3000.32
HSL200.26º79.38%38.04%-
HSV(B)200.26º88.51%68.24%-
XYZ14.8917.1242.56-
YUV97.43171.2172.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.33%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=6.33%
G=38.61%
B=55.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201221740.890.3000.32200.2679.3838.04
Hex147AAE591E020c84f26
Octal241722561313604031011746
Binary101001111010101011101011001111100100000110010001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147AAE; }

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

 H1.HeaderClassName
 {
   color: #147AAE;
 }
 .AnyTagClassName
 {
   color: #147AAE;
 }
</style>
background-color css

<style>
 a { background-color: #147AAE; }

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

 div.DivClassName
 {
   background-color: #147AAE;
 }
 .BgClassName
 {
   background-color: #147AAE;
 }
</style>
border-color css

<style>
 span { border-color: #147AAE; }

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

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