#147CAC

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

Shades of Cerulean #147CAC

Tints of Cerulean #147CAC

Color information

#147CAC (or 0x147CAC) is unknown color: approx Cerulean. HEX triplet: 14, 7C and AC. RGB value is (20,124,172). Sum of RGB (Red+Green+Blue) = 20+124+172=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #147CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147CAC is #EB8353. Grayscale: #626262. Windows color (decimal): -15434580 or 11303956. OLE color: 11303956.

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

Color convert

RGB20124172-
CMYK0.880.2800.33
HSL198.95º79.17%37.65%-
HSV(B)198.95º88.37%67.45%-
XYZ14.9417.5441.63-
YUV98.38169.5472.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.33%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=6.33%
G=39.24%
B=54.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201241720.880.2800.33198.9579.1737.65
Hex147CAC581C021c74f26
Octal241742541303404130711746
Binary101001111100101011001011000111000100001110001111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,124,172); }

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

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

 a { background-color: rgb(20,124,172); }

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

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

 span { border-color: rgb(20,124,172); }

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