#147299

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

Shades of Cerulean #147299

Tints of Cerulean #147299

Color information

#147299 (or 0x147299) is unknown color: approx Cerulean. HEX triplet: 14, 72 and 99. RGB value is (20,114,153). Sum of RGB (Red+Green+Blue) = 20+114+153=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #147299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147299 is #EB8D66. Grayscale: #5A5A5A. Windows color (decimal): -15437159 or 10056212. OLE color: 10056212.

HSL color Cylindrical-coordinate representation of color #147299: hue angle of 197.59º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147299 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB20114153-
CMYK0.870.2500.4
HSL197.59º76.88%33.92%-
HSV(B)197.59º86.93%60%-
XYZ12.0614.4832.3-
YUV90.34163.3677.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.97%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=6.97%
G=39.72%
B=53.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal201141530.870.2500.4197.5976.8833.92
Hex1472995719028c64d22
Octal241622311273105030611542
Binary101001110010100110011010111110010101000110001101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147299; }

 p { color: rgb(20,114,153); }

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

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

 a { background-color: rgb(20,114,153); }

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

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

 span { border-color: rgb(20,114,153); }

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