#147B9F

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

Shades of Cerulean #147B9F

Tints of Cerulean #147B9F

Color information

#147B9F (or 0x147B9F) is unknown color: approx Cerulean. HEX triplet: 14, 7B and 9F. RGB value is (20,123,159). Sum of RGB (Red+Green+Blue) = 20+123+159=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #147B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B9F is #EB8460. Grayscale: #606060. Windows color (decimal): -15434849 or 10451732. OLE color: 10451732.

HSL color Cylindrical-coordinate representation of color #147B9F: hue angle of 195.54º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147B9F is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB20123159-
CMYK0.870.2300.38
HSL195.54º77.65%35.1%-
HSV(B)195.54º87.42%62.35%-
XYZ13.6316.8235.33-
YUV96.31163.3873.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.62%
GREEN value IS 123 (48.44% from 255) = 40.73%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=6.62%
G=40.73%
B=52.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201231590.870.2300.38195.5477.6535.1
Hex147B9F5717026c44e23
Octal241732371272704630411643
Binary101001111011100111111010111101110100110110001001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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