#144F6C

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

Shades of Orient #144F6C

Tints of Orient #144F6C

Color information

#144F6C (or 0x144F6C) is unknown color: approx Orient. HEX triplet: 14, 4F and 6C. RGB value is (20,79,108). Sum of RGB (Red+Green+Blue) = 20+79+108=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #144F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F6C is #EBB093. Grayscale: #404040. Windows color (decimal): -15446164 or 7098132. OLE color: 7098132.

HSL color Cylindrical-coordinate representation of color #144F6C: hue angle of 199.77º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144F6C is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2079108-
CMYK0.810.2700.58
HSL199.77º68.75%25.1%-
HSV(B)199.77º81.48%42.35%-
XYZ5.796.8215.2-
YUV64.66152.4596.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=9.66%
G=38.16%
B=52.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20791080.810.2700.58199.7768.7525.1
Hex144F6C511B03Ac84519
Octal241171541213307231010531
Binary1010010011111101100101000111011011101011001000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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