#144F6D

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

Shades of Orient #144F6D

Tints of Orient #144F6D

Color information

#144F6D (or 0x144F6D) is unknown color: approx Orient. HEX triplet: 14, 4F and 6D. RGB value is (20,79,109). Sum of RGB (Red+Green+Blue) = 20+79+109=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #144F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F6D is #EBB092. Grayscale: #404040. Windows color (decimal): -15446163 or 7163668. OLE color: 7163668.

HSL color Cylindrical-coordinate representation of color #144F6D: hue angle of 200.22º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144F6D is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2079109-
CMYK0.820.2800.57
HSL200.22º68.99%25.29%-
HSV(B)200.22º81.65%42.75%-
XYZ5.846.8415.48-
YUV64.78152.9596.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=9.62%
G=37.98%
B=52.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20791090.820.2800.57200.2268.9925.29
Hex144F6D521C039c84519
Octal241171551223407131010531
Binary1010010011111101101101001011100011100111001000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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