#144F6B

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

Shades of Orient #144F6B

Tints of Orient #144F6B

Color information

#144F6B (or 0x144F6B) is unknown color: approx Orient. HEX triplet: 14, 4F and 6B. RGB value is (20,79,107). Sum of RGB (Red+Green+Blue) = 20+79+107=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #144F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F6B is #EBB094. Grayscale: #404040. Windows color (decimal): -15446165 or 7032596. OLE color: 7032596.

HSL color Cylindrical-coordinate representation of color #144F6B: hue angle of 199.31º 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 #144F6B is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2079107-
CMYK0.810.2600.58
HSL199.31º68.5%24.9%-
HSV(B)199.31º81.31%41.96%-
XYZ5.746.814.92-
YUV64.55151.9596.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 107 (42.19% from 255) = 51.94%
R=9.71%
G=38.35%
B=51.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20791070.810.2600.58199.3168.524.9
Hex144F6B511A03Ac74519
Octal241171531213207230710531
Binary1010010011111101011101000111010011101011000111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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