#144B51

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

Shades of Cyprus #144B51

Tints of Cyprus #144B51

Color information

#144B51 (or 0x144B51) is unknown color: approx Cyprus. HEX triplet: 14, 4B and 51. RGB value is (20,75,81). Sum of RGB (Red+Green+Blue) = 20+75+81=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #144B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B51 is #EBB4AE. Grayscale: #3B3B3B. Windows color (decimal): -15447215 or 5327636. OLE color: 5327636.

HSL color Cylindrical-coordinate representation of color #144B51: hue angle of 185.9º 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 #144B51 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB207581-
CMYK0.750.0700.68
HSL185.9º60.4%19.8%-
HSV(B)185.9º75.31%31.76%-
XYZ4.295.778.67-
YUV59.24140.28100.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 81 (32.03% from 255) = 46.02%
R=11.36%
G=42.61%
B=46.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2075810.750.0700.68185.960.419.8
Hex144B514B7044ba3c14
Octal24113121113701042727424
Binary10100100101110100011001011111010001001011101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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