#147696

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

Shades of Cerulean #147696

Tints of Cerulean #147696

Color information

#147696 (or 0x147696) is unknown color: approx Cerulean. HEX triplet: 14, 76 and 96. RGB value is (20,118,150). Sum of RGB (Red+Green+Blue) = 20+118+150=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #147696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147696 is #EB8969. Grayscale: #5C5C5C. Windows color (decimal): -15436138 or 9860628. OLE color: 9860628.

HSL color Cylindrical-coordinate representation of color #147696: hue angle of 194.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147696 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB20118150-
CMYK0.870.2100.41
HSL194.77º76.47%33.33%-
HSV(B)194.77º86.67%58.82%-
XYZ12.2715.3131.16-
YUV92.35160.5376.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=6.94%
G=40.97%
B=52.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal201181500.870.2100.41194.7776.4733.33
Hex1476965715029c34c21
Octal241662261272505130311441
Binary101001110110100101101010111101010101001110000111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147696; }

 p { color: rgb(20,118,150); }

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

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

 a { background-color: rgb(20,118,150); }

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

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

 span { border-color: rgb(20,118,150); }

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