#147BAA

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

Shades of Cerulean #147BAA

Tints of Cerulean #147BAA

Color information

#147BAA (or 0x147BAA) is unknown color: approx Cerulean. HEX triplet: 14, 7B and AA. RGB value is (20,123,170). Sum of RGB (Red+Green+Blue) = 20+123+170=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #147BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BAA is #EB8455. Grayscale: #616161. Windows color (decimal): -15434838 or 11172628. OLE color: 11172628.

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

Color convert

RGB20123170-
CMYK0.880.2800.33
HSL198.8º78.95%37.25%-
HSV(B)198.8º88.24%66.67%-
XYZ14.6317.2240.58-
YUV97.56168.8872.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.39%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=6.39%
G=39.30%
B=54.31%

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
Decimal201231700.880.2800.33198.878.9537.25
Hex147BAA581C021c74f25
Octal241732521303404130711745
Binary101001111011101010101011000111000100001110001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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