#144F76

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

Shades of Dark Cerulean #144F76

Tints of Dark Cerulean #144F76

Color information

#144F76 (or 0x144F76) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4F and 76. RGB value is (20,79,118). Sum of RGB (Red+Green+Blue) = 20+79+118=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #144F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F76 is #EBB089. Grayscale: #414141. Windows color (decimal): -15446154 or 7753492. OLE color: 7753492.

HSL color Cylindrical-coordinate representation of color #144F76: hue angle of 203.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144F76 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2079118-
CMYK0.830.3300.54
HSL203.88º71.01%27.06%-
HSV(B)203.88º83.05%46.27%-
XYZ6.357.0518.17-
YUV65.8157.4595.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=9.22%
G=36.41%
B=54.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20791180.830.3300.54203.8871.0127.06
Hex144F765321036cc471b
Octal241171661234106631410733
Binary10100100111111101101010011100001011011011001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144F76; }

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

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

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

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

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

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

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

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