#147BA6

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

Shades of Cerulean #147BA6

Tints of Cerulean #147BA6

Color information

#147BA6 (or 0x147BA6) is unknown color: approx Cerulean. HEX triplet: 14, 7B and A6. RGB value is (20,123,166). Sum of RGB (Red+Green+Blue) = 20+123+166=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #147BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BA6 is #EB8459. Grayscale: #606060. Windows color (decimal): -15434842 or 10910484. OLE color: 10910484.

HSL color Cylindrical-coordinate representation of color #147BA6: hue angle of 197.67º 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 #147BA6 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20123166-
CMYK0.880.2600.35
HSL197.67º78.49%36.47%-
HSV(B)197.67º87.95%65.1%-
XYZ14.2517.0738.62-
YUV97.1166.8873-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.47%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 166 (65.23% from 255) = 53.72%
R=6.47%
G=39.81%
B=53.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201231660.880.2600.35197.6778.4936.47
Hex147BA6581A023c64e24
Octal241732461303204330611644
Binary101001111011101001101011000110100100011110001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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