#144A51

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

Shades of Cyprus #144A51

Tints of Cyprus #144A51

Color information

#144A51 (or 0x144A51) is unknown color: approx Cyprus. HEX triplet: 14, 4A and 51. RGB value is (20,74,81). Sum of RGB (Red+Green+Blue) = 20+74+81=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #144A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A51 is #EBB5AE. Grayscale: #3A3A3A. Windows color (decimal): -15447471 or 5327380. OLE color: 5327380.

HSL color Cylindrical-coordinate representation of color #144A51: hue angle of 186.89º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144A51 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB207481-
CMYK0.750.0900.68
HSL186.89º60.4%19.8%-
HSV(B)186.89º75.31%31.76%-
XYZ4.225.648.65-
YUV58.65140.61100.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 81 (32.03% from 255) = 46.29%
R=11.43%
G=42.29%
B=46.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2074810.750.0900.68186.8960.419.8
Hex144A514B9044bb3c14
Octal241121211131101042737424
Binary101001001010101000110010111001010001001011101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,74,81); }

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

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

 a { background-color: rgb(20,74,81); }

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

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

 span { border-color: rgb(20,74,81); }

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