#144E6B

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

Shades of Arapawa #144E6B

Tints of Arapawa #144E6B

Color information

#144E6B (or 0x144E6B) is unknown color: approx Arapawa. HEX triplet: 14, 4E and 6B. RGB value is (20,78,107). Sum of RGB (Red+Green+Blue) = 20+78+107=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #144E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E6B is #EBB194. Grayscale: #3F3F3F. Windows color (decimal): -15446421 or 7032340. OLE color: 7032340.

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

Color convert

RGB2078107-
CMYK0.810.2700.58
HSL200º68.5%24.9%-
HSV(B)200º81.31%41.96%-
XYZ5.676.6614.9-
YUV63.96152.2896.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 107 (42.19% from 255) = 52.20%
R=9.76%
G=38.05%
B=52.20%

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
Decimal20781070.810.2700.5820068.524.9
Hex144E6B511B03Ac84519
Octal241161531213307231010531
Binary1010010011101101011101000111011011101011001000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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