#147CA6

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

Shades of Cerulean #147CA6

Tints of Cerulean #147CA6

Color information

#147CA6 (or 0x147CA6) is unknown color: approx Cerulean. HEX triplet: 14, 7C and A6. RGB value is (20,124,166). Sum of RGB (Red+Green+Blue) = 20+124+166=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #147CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147CA6 is #EB8359. Grayscale: #616161. Windows color (decimal): -15434586 or 10910740. OLE color: 10910740.

HSL color Cylindrical-coordinate representation of color #147CA6: hue angle of 197.26º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147CA6 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20124166-
CMYK0.880.2500.35
HSL197.26º78.49%36.47%-
HSV(B)197.26º87.95%65.1%-
XYZ14.3817.3238.66-
YUV97.69166.5472.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.45%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 166 (65.23% from 255) = 53.55%
R=6.45%
G=40%
B=53.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201241660.880.2500.35197.2678.4936.47
Hex147CA65819023c54e24
Octal241742461303104330511644
Binary101001111100101001101011000110010100011110001011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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