#147BAE

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

Shades of Cerulean #147BAE

Tints of Cerulean #147BAE

Color information

#147BAE (or 0x147BAE) is unknown color: approx Cerulean. HEX triplet: 14, 7B and AE. RGB value is (20,123,174). Sum of RGB (Red+Green+Blue) = 20+123+174=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #147BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BAE is #EB8451. Grayscale: #616161. Windows color (decimal): -15434834 or 11434772. OLE color: 11434772.

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

Color convert

RGB20123174-
CMYK0.890.2900.32
HSL199.87º79.38%38.04%-
HSV(B)199.87º88.51%68.24%-
XYZ15.0117.3742.61-
YUV98.02170.8872.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.31%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=6.31%
G=38.80%
B=54.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201231740.890.2900.32199.8779.3838.04
Hex147BAE591D020c84f26
Octal241732561313504031011746
Binary101001111011101011101011001111010100000110010001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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