#147EA6

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

Shades of Cerulean #147EA6

Tints of Cerulean #147EA6

Color information

#147EA6 (or 0x147EA6) is unknown color: approx Cerulean. HEX triplet: 14, 7E and A6. RGB value is (20,126,166). Sum of RGB (Red+Green+Blue) = 20+126+166=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 166 (65.23% from 255 or 53.21% from 312); Max value from RGB is 166 - color contains mainly: blue. Hex color #147EA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147EA6 is #EB8159. Grayscale: #626262. Windows color (decimal): -15434074 or 10911252. OLE color: 10911252.

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

Color convert

RGB20126166-
CMYK0.880.2400.35
HSL196.44º78.49%36.47%-
HSV(B)196.44º87.95%65.1%-
XYZ14.6317.8238.75-
YUV98.87165.8871.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.41%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 166 (65.23% from 255) = 53.21%
R=6.41%
G=40.38%
B=53.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201261660.880.2400.35196.4478.4936.47
Hex147EA65818023c44e24
Octal241762461303004330411644
Binary101001111110101001101011000110000100011110001001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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