#147B9E

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

Shades of Cerulean #147B9E

Tints of Cerulean #147B9E

Color information

#147B9E (or 0x147B9E) is unknown color: approx Cerulean. HEX triplet: 14, 7B and 9E. RGB value is (20,123,158). Sum of RGB (Red+Green+Blue) = 20+123+158=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #147B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B9E is #EB8461. Grayscale: #5F5F5F. Windows color (decimal): -15434850 or 10386196. OLE color: 10386196.

HSL color Cylindrical-coordinate representation of color #147B9E: hue angle of 195.22º 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 #147B9E is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB20123158-
CMYK0.870.2200.38
HSL195.22º77.53%34.9%-
HSV(B)195.22º87.34%61.96%-
XYZ13.5416.7834.87-
YUV96.19162.8873.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.64%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=6.64%
G=40.86%
B=52.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201231580.870.2200.38195.2277.5334.9
Hex147B9E5716026c34e23
Octal241732361272604630311643
Binary101001111011100111101010111101100100110110000111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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