#144F70

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

Shades of Orient #144F70

Tints of Orient #144F70

Color information

#144F70 (or 0x144F70) is unknown color: approx Orient. HEX triplet: 14, 4F and 70. RGB value is (20,79,112). Sum of RGB (Red+Green+Blue) = 20+79+112=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #144F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F70 is #EBB08F. Grayscale: #404040. Windows color (decimal): -15446160 or 7360276. OLE color: 7360276.

HSL color Cylindrical-coordinate representation of color #144F70: hue angle of 201.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144F70 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2079112-
CMYK0.820.2900.56
HSL201.52º69.7%25.88%-
HSV(B)201.52º82.14%43.92%-
XYZ6.016.9116.35-
YUV65.12154.4595.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=9.48%
G=37.44%
B=53.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20791120.820.2900.56201.5269.725.88
Hex144F70521D038ca461a
Octal241171601223507031210632
Binary1010010011111110000101001011101011100011001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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